【修改】到账开票列表 打包与发票的位置
This commit is contained in:
@@ -266,12 +266,6 @@ export default {
|
||||
width: 120,
|
||||
dataIndex: 'paymentStatus_dictText',
|
||||
scopedSlots: { customRender: 'text' }
|
||||
}, {
|
||||
title: '需要发票',
|
||||
align: 'center',
|
||||
width: 80,
|
||||
dataIndex: 'needInvoice',
|
||||
scopedSlots: { customRender: 'status-pack' }
|
||||
}, {
|
||||
title: '打包',
|
||||
align: 'center',
|
||||
@@ -279,6 +273,12 @@ export default {
|
||||
dataIndex: 'pack',
|
||||
scopedSlots: { customRender: 'status-pack' }
|
||||
}, {
|
||||
title: '需要发票',
|
||||
align: 'center',
|
||||
width: 80,
|
||||
dataIndex: 'needInvoice',
|
||||
scopedSlots: { customRender: 'status-pack' }
|
||||
},{
|
||||
title: '到账',
|
||||
align: 'center',
|
||||
width: 70,
|
||||
|
||||
Reference in New Issue
Block a user