提交 8aadcbeb authored 作者: 钟是志's avatar 钟是志

增加注释代码

上级 ba4e7f15
......@@ -1561,7 +1561,7 @@ export default class tableCom extends Component {
);
return xx;
}
if (json.comName == 'Label') {
if (json.comName === 'Label') {
let uid;
if (this.props.fatherCode != null) {
uid = `${this.props.fatherCode}.[${this.props.index}].${this.props.uuid}`;
......@@ -1579,8 +1579,8 @@ export default class tableCom extends Component {
})(<Input type="hidden" />)}
<span
style={{
fontWeight: get == 'mobile' ? 'bold' : '',
marginRight: get == 'mobile' ? 12 : '',
fontWeight: get === 'mobile' ? 'bold' : '',
marginRight: get === 'mobile' ? 12 : '',
}}
{...json.props}
>
......@@ -1694,7 +1694,7 @@ export default class tableCom extends Component {
);
break;
case 'PictureSignature':
case 'PictureSignature': //只读模式
const filesX = value.files || [];
cm = (
<>
......@@ -2189,7 +2189,7 @@ export default class tableCom extends Component {
}
break;
case 'PictureSignature':
case 'PictureSignature': // 非编辑模式 直接渲染成图片
if (!isEmpty(obj[dataColumn.base52])) {
// 首先判断是否为空对象
let ary;
......@@ -3297,7 +3297,7 @@ export default class tableCom extends Component {
},
],
})(
<SignArray
<SignArray // 签章组件 编辑模式
json={json}
disabled={disabled || isPreview}
basicUrl={queryApiActionPath()}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论