【修改】修改票据邮寄列表的列宽

This commit is contained in:
fengachen
2021-12-28 19:05:30 +08:00
parent 826ac5b163
commit ffe1d77cec
@@ -233,37 +233,37 @@ export default {
}, {
title: '项目负责人',
align: 'center',
width: 280,
width: 140,
dataIndex: 'principalName',
scopedSlots: { customRender: 'text' }
}, {
title: '来款单位',
align: 'center',
width: 280,
width: 240,
dataIndex: 'chargeCompanyTemporaryName',
scopedSlots: { customRender: 'text' }
}, {
title: '企业联系人',
align: 'center',
width: 280,
width: 200,
dataIndex: 'contactsTemporaryName',
scopedSlots: { customRender: 'text' }
}, {
title: '应收金额',
align: 'center',
width: 120,
width: 100,
dataIndex: 'receivableAmount',
scopedSlots: { customRender: 'text' }
}, {
title: '实收金额',
align: 'center',
width: 120,
width: 100,
dataIndex: 'paidAmount',
scopedSlots: { customRender: 'text' }
}, {
title: '缴费凭证状态',
align: 'center',
width: 160,
width: 120,
dataIndex: 'paymentStatus_dictText',
scopedSlots: { customRender: 'text' }
}, {