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