|
@@ -438,6 +438,13 @@ export default {
|
|
|
dataIndex: 'meter',
|
|
|
width: 130,
|
|
|
className: 'replacecolor'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '实际报关数量',
|
|
|
+ dataIndex: 'actualDeclaredQuantity',
|
|
|
+ scopedSlots: { customRender: 'actualDeclaredQuantity' },
|
|
|
+ width: 120,
|
|
|
+ className: 'replacecolor'
|
|
|
},
|
|
|
// {
|
|
|
// title: '价格',
|
|
@@ -542,13 +549,7 @@ export default {
|
|
|
width: 120,
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
- {
|
|
|
- title: '实际报关数量',
|
|
|
- dataIndex: 'actualDeclaredQuantity',
|
|
|
- scopedSlots: { customRender: 'actualDeclaredQuantity' },
|
|
|
- width: 120,
|
|
|
- className: 'replacecolor'
|
|
|
- },
|
|
|
+
|
|
|
{
|
|
|
title: '超发',
|
|
|
dataIndex: 'excessQuantity',
|