列表样式调整
This commit is contained in:
@@ -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