提交 e5cf593f authored 作者: 徐立's avatar 徐立
......@@ -1498,7 +1498,7 @@ export default class tableCom extends Component {
</>
);
}
if (json.comName == 'Label') {
if (json.comName == 'Label'||json.comName == 'Excel' ) {
let uid;
if (this.props.fatherCode != null) {
uid = `${this.props.fatherCode}.[${this.props.index}].${this.props.uuid}`;
......@@ -1516,6 +1516,7 @@ export default class tableCom extends Component {
})(<Input type="hidden" />)}
<span
style={{
whiteSpace: json.comName == 'Excel' ?"nowrap":"normal",
fontWeight: get == 'mobile' ? 'bold' : '',
marginRight: get == 'mobile' ? 12 : '',
}}
......@@ -1533,6 +1534,7 @@ export default class tableCom extends Component {
})(<Input type="hidden" />)}
<span
style={{
whiteSpace: json.comName == 'Excel' ?"nowrap":"normal",
fontWeight: get == 'mobile' ? 'bold' : '',
marginRight: get == 'mobile' ? 12 : '',
}}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论