fix: 修改合同编号为合同编码 (#483)
Reviewed-on: daoyoucloud/tachycode#483 Co-authored-by: wjh <wwwjh0710@163.com> Co-committed-by: wjh <wwwjh0710@163.com>
This commit is contained in:
parent
1bf79e6a58
commit
610fee7035
@ -234,7 +234,7 @@ const PreviewDocument = ({
|
|||||||
</Text>
|
</Text>
|
||||||
<Text style={styles.headerRight}>
|
<Text style={styles.headerRight}>
|
||||||
合同编号:
|
合同编号:
|
||||||
{contracts?.project?.code}
|
{contracts.number}
|
||||||
</Text>
|
</Text>
|
||||||
</View>
|
</View>
|
||||||
<View style={styles.tableHeader}>
|
<View style={styles.tableHeader}>
|
||||||
|
Loading…
Reference in New Issue
Block a user