[bug] 合同邮寄列表数据
This commit is contained in:
@@ -156,7 +156,7 @@ export default {
|
||||
width: 200,
|
||||
dataIndex: 'contractAmount',
|
||||
customRender: (text, record) => (
|
||||
<j-ellipsis value={ record.contractAmount + '元' } length={ 15 }></j-ellipsis>
|
||||
<j-ellipsis value={ record.contractAmount ? record.contractAmount + '元' : '0.00元' } length={ 15 }></j-ellipsis>
|
||||
)
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user