列表样式调整
This commit is contained in:
@@ -108,30 +108,33 @@ export default {
|
||||
}, {
|
||||
title: '企业名称',
|
||||
align: 'center',
|
||||
width: 280,
|
||||
dataIndex: 'companyTemporaryName',
|
||||
scopedSlots: { customRender: 'projectName' }
|
||||
}, {
|
||||
title: '企业联系人',
|
||||
align: 'center',
|
||||
width: 180,
|
||||
width: 280,
|
||||
dataIndex: 'companyContactTemporaryName',
|
||||
scopedSlots: { customRender: 'text' }
|
||||
}, {
|
||||
title: '打包联系人',
|
||||
align: 'center',
|
||||
width: 200,
|
||||
width: 280,
|
||||
dataIndex: 'packContactTemporaryName',
|
||||
scopedSlots: { customRender: 'text' }
|
||||
}, {
|
||||
title: '打包费用总计',
|
||||
align: 'center',
|
||||
width: 180,
|
||||
dataIndex: 'packChargeTotal'
|
||||
dataIndex: 'packChargeTotal',
|
||||
scopedSlots: { customRender: 'text' }
|
||||
}, {
|
||||
title: '实际到账费用',
|
||||
align: 'center',
|
||||
width: 180,
|
||||
dataIndex: 'receiptExpense'
|
||||
dataIndex: 'receiptExpense',
|
||||
scopedSlots: { customRender: 'text' }
|
||||
}, {
|
||||
title: '打包年份',
|
||||
align: 'center',
|
||||
|
||||
@@ -239,7 +239,7 @@ export default {
|
||||
}, {
|
||||
title: '打包项目名称',
|
||||
align: 'center',
|
||||
width: 200,
|
||||
width: 280,
|
||||
dataIndex: 'chargeProject',
|
||||
scopedSlots: { customRender: 'projectName' }
|
||||
}, {
|
||||
@@ -251,13 +251,13 @@ export default {
|
||||
}, {
|
||||
title: '企业联系人',
|
||||
align: 'center',
|
||||
width: 140,
|
||||
width: 280,
|
||||
dataIndex: 'contactsTemporaryName',
|
||||
scopedSlots: { customRender: 'text' }
|
||||
}, {
|
||||
title: '联系人电话',
|
||||
align: 'center',
|
||||
width: 200,
|
||||
width: 160,
|
||||
dataIndex: 'phone',
|
||||
scopedSlots: { customRender: 'text' }
|
||||
}, {
|
||||
@@ -269,12 +269,12 @@ export default {
|
||||
}, {
|
||||
title: '应收金额',
|
||||
align: 'center',
|
||||
width: 100,
|
||||
width: 120,
|
||||
dataIndex: 'receivableAmount'
|
||||
}, {
|
||||
title: '实收金额',
|
||||
align: 'center',
|
||||
width: 100,
|
||||
width: 120,
|
||||
dataIndex: 'paidAmount'
|
||||
}, {
|
||||
title: '打包',
|
||||
|
||||
@@ -138,13 +138,13 @@ export default {
|
||||
}, {
|
||||
title: '项目名称',
|
||||
align: 'center',
|
||||
width: 200,
|
||||
width: 280,
|
||||
dataIndex: 'chargeProject',
|
||||
scopedSlots: { customRender: 'projectName' }
|
||||
}, {
|
||||
title: '来款用途',
|
||||
align: 'center',
|
||||
width: 160,
|
||||
width: 180,
|
||||
dataIndex: 'chargeUse_dictText',
|
||||
scopedSlots: { customRender: 'text' }
|
||||
}, {
|
||||
@@ -156,12 +156,12 @@ export default {
|
||||
}, {
|
||||
title: '应收金额',
|
||||
align: 'center',
|
||||
width: 100,
|
||||
width: 120,
|
||||
dataIndex: 'receivableAmount'
|
||||
}, {
|
||||
title: '实收金额',
|
||||
align: 'center',
|
||||
width: 100,
|
||||
width: 120,
|
||||
dataIndex: 'paidAmount'
|
||||
}, {
|
||||
title: '需要发票',
|
||||
|
||||
Reference in New Issue
Block a user