Commit 2a2a38e4 by zhaochengxiang

bug fix

parent a0a3f671
...@@ -133,7 +133,7 @@ const WorksheetModal = (props) => { ...@@ -133,7 +133,7 @@ const WorksheetModal = (props) => {
<Divider style={{ marginTop: 0, marginBottom: 15 }} /> <Divider style={{ marginTop: 0, marginBottom: 15 }} />
<Row> <Row>
<Col span={(report?.code==='SpreadJS')?12:24}> <Col span={(report?.code==='SpreadJS')?12:24}>
<Form.Item label="库表" labelCol={{ span: (report?.code==='SpreadJS')?8:4 }} style={{ marginBottom: 15 }}>{item.dataAssetCnName}</Form.Item> <Form.Item label="库表" labelCol={{ span: (report?.code==='SpreadJS')?8:4 }} style={{ marginBottom: 15 }}>{item.dataAssetCnName??item.dataAssetEnName}</Form.Item>
</Col> </Col>
<Col span={12}> <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