|
@@ -126,15 +126,6 @@
|
|
|
dataIndex: 'inventoryName',
|
|
|
ellipsis: true,
|
|
|
},
|
|
|
-
|
|
|
- {
|
|
|
- // title: '本次执行扇数量',
|
|
|
- align:"center",
|
|
|
- dataIndex: 'executeOutLeafNow',
|
|
|
- ellipsis: true,
|
|
|
- scopedSlots: { customRender: 'executeOutLeafNow' } ,
|
|
|
- slots:{title:'executeOutLeafNowTitle'},
|
|
|
- },
|
|
|
{
|
|
|
// title: '本次执行框数量',
|
|
|
align:"center",
|
|
@@ -143,6 +134,14 @@
|
|
|
scopedSlots: { customRender: 'executeOutFramesNow' } ,
|
|
|
slots:{title:'executeOutFramesNowTitle'},
|
|
|
},
|
|
|
+ {
|
|
|
+ // title: '本次执行扇数量',
|
|
|
+ align:"center",
|
|
|
+ dataIndex: 'executeOutLeafNow',
|
|
|
+ ellipsis: true,
|
|
|
+ scopedSlots: { customRender: 'executeOutLeafNow' } ,
|
|
|
+ slots:{title:'executeOutLeafNowTitle'},
|
|
|
+ },
|
|
|
{
|
|
|
// title: '框运费',
|
|
|
align:"center",
|