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

增加注释代码

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