票据邮寄样式调整

This commit is contained in:
zhaoxiao
2021-12-27 16:39:11 +08:00
parent 736f7c1c20
commit b2a06c73a8
+6 -6
View File
@@ -143,7 +143,7 @@ export default {
},
{
title: '来款项目',
width: 300,
width: 280,
ellipsis: true,
align: 'center',
dataIndex: 'projectName',
@@ -152,7 +152,7 @@ export default {
{
title: '票号',
align: 'center',
width: 300,
width: 200,
dataIndex: 'billNo',
scopedSlots: { customRender: 'text' }
},
@@ -168,14 +168,14 @@ export default {
{
title: '项目负责人',
align: 'center',
width: 300,
width: 280,
dataIndex: 'principalName',
scopedSlots: { customRender: 'text' }
},
{
title: '来款单位',
align: 'center',
width: 300,
width: 280,
dataIndex: 'chargeCompanyName',
scopedSlots: { customRender: 'text' }
},
@@ -189,7 +189,7 @@ export default {
{
title: '邮寄联系人',
align: 'center',
width: 300,
width: 280,
dataIndex: 'contactName',
scopedSlots: { customRender: 'text' }
},
@@ -203,7 +203,7 @@ export default {
{
title: '状态',
align: 'center',
width: 200,
width: 100,
dataIndex: 'postStatus_dictText'
},
{