Commit 0b0cba30 by zhaochengxiang

bug fix

parent 2a2a38e4
......@@ -133,7 +133,7 @@ const WorksheetModal = (props) => {
<Divider style={{ marginTop: 0, marginBottom: 15 }} />
<Row>
<Col span={(report?.code==='SpreadJS')?12:24}>
<Form.Item label="库表" labelCol={{ span: (report?.code==='SpreadJS')?8:4 }} style={{ marginBottom: 15 }}>{item.dataAssetCnName??item.dataAssetEnName}</Form.Item>
<Form.Item label="库表" labelCol={{ span: (report?.code==='SpreadJS')?8:4 }} style={{ marginBottom: 15 }}>{item.dataAssetCnName?item.dataAssetCnName:item.dataAssetEnName}</Form.Item>
</Col>
<Col span={12}>
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment