提交 ca50abff authored 作者: 徐立's avatar 徐立

修复bug

上级 dcaa89a7
......@@ -1667,6 +1667,8 @@ export default class tableCom extends Component {
if (json.isLabel) {
if (obj&&obj.defaultValues && obj.defaultValues[formKey]) {
if(!isEdit ){
console.log(sqlData[key].title)
return (
<Row
style={{
......@@ -1686,7 +1688,20 @@ export default class tableCom extends Component {
color:'rgba(0,0,0,0.85)'
}}
>
{json.label ? json.label : sqlData[key] ?
{json.label ?
<>
{json.label}
<span
style={{
position:'relative',
top:'-0.5px',
margin: '0 8px 0 2px'
}}
>
:
</span>
</>
: sqlData[key] ?
<>
{sqlData[key].title}
<span
......
......@@ -82,9 +82,3 @@ text-align: left;
font-weight: bold;
font-family: PingFang-SC-Regular;
}
.row_col_div::after{
content: ":";
position: relative;
top: -0.5px;
margin: 0 8px 0 2px;
}
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论