Reviewed-on: daoyoucloud/tachycode#695 Co-authored-by: hello@lv <2256334253@qq.com> Co-committed-by: hello@lv <2256334253@qq.com>
This commit is contained in:
parent
47671bb428
commit
7531ed6f74
5
.changeset/great-cameras-smoke.md
Normal file
5
.changeset/great-cameras-smoke.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
"@hera/plugin-rental": patch
|
||||
---
|
||||
|
||||
运输单打印预览付款方公司项目名称顺序调整
|
@ -344,7 +344,7 @@ const PreviewDocument = ({ waybill, settings }: { waybill: Waybill; settings: an
|
||||
</View>
|
||||
<View style={{ ...styles.tableCell, flex: '2', paddingRight: '1px' }}>
|
||||
<Text style={styles.textPadding}>
|
||||
{waybill.payer?.name} {waybill.payer?.company?.name}
|
||||
{waybill.payer?.company?.name} {waybill.payer?.name}
|
||||
</Text>
|
||||
</View>
|
||||
<View style={styles.tableCell}>
|
||||
|
Loading…
Reference in New Issue
Block a user