[bug]-邮寄列表、工作组成员列表金额单位
This commit is contained in:
@@ -282,13 +282,17 @@ export default {
|
||||
align: 'center',
|
||||
dataIndex: 'receivableAmount',
|
||||
width: 180,
|
||||
scopedSlots: { customRender: 'text' }
|
||||
customRender: (text, record) => (
|
||||
<j-ellipsis value={ record.receivableAmount + '元' } length={ 15 }></j-ellipsis>
|
||||
)
|
||||
}, {
|
||||
title: '实收金额',
|
||||
align: 'center',
|
||||
dataIndex: 'paidAmount',
|
||||
width: 180,
|
||||
scopedSlots: { customRender: 'text' }
|
||||
customRender: (text, record) => (
|
||||
<j-ellipsis value={ record.paidAmount + '元' } length={ 15 }></j-ellipsis>
|
||||
)
|
||||
}, {
|
||||
title: '打包',
|
||||
align: 'center',
|
||||
|
||||
Reference in New Issue
Block a user