|
@@ -173,11 +173,14 @@ export default {
|
|
className: 'replacecolor'
|
|
className: 'replacecolor'
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- title: '总件数',
|
|
|
|
|
|
+ title: '数量',
|
|
dataIndex: 'number',
|
|
dataIndex: 'number',
|
|
width: 120,
|
|
width: 120,
|
|
ellipsis: true,
|
|
ellipsis: true,
|
|
- className: 'replacecolor'
|
|
|
|
|
|
+ className: 'replacecolor',
|
|
|
|
+ customRender: text => {
|
|
|
|
+ return text.toFixed(2)
|
|
|
|
+ }
|
|
},
|
|
},
|
|
],
|
|
],
|
|
packingListData: [],
|
|
packingListData: [],
|