[bug]-邮寄列表、工作组成员列表金额单位
This commit is contained in:
@@ -154,7 +154,9 @@ export default {
|
||||
align: 'center',
|
||||
width: 200,
|
||||
dataIndex: 'contractAmount',
|
||||
scopedSlots: { customRender: 'text' }
|
||||
customRender: (text, record) => (
|
||||
<j-ellipsis value={ record.contractAmount + '元' } length={ 15 }></j-ellipsis>
|
||||
)
|
||||
},
|
||||
{
|
||||
title: '邮寄联系人',
|
||||
|
||||
Reference in New Issue
Block a user