|
@@ -330,13 +330,6 @@
|
|
|
scopedSlots: { customRender: 'leafCount' } ,
|
|
|
slots:{title:'leafCountTitle'},
|
|
|
},
|
|
|
- {
|
|
|
- title: '已入库扇数量',
|
|
|
- align:"center",
|
|
|
- dataIndex: 'executeInLeaf',
|
|
|
- ellipsis: true,
|
|
|
- // scopedSlots: { customRender: 'executeInLeaf' } ,
|
|
|
- },
|
|
|
{
|
|
|
title: '已入库框数量',
|
|
|
align:"center",
|
|
@@ -345,11 +338,11 @@
|
|
|
// scopedSlots: { customRender: 'executeInFrames' }
|
|
|
},
|
|
|
{
|
|
|
- title: '已出库扇数量',
|
|
|
+ title: '已入库扇数量',
|
|
|
align:"center",
|
|
|
- dataIndex: 'executeOutLeaf',
|
|
|
+ dataIndex: 'executeInLeaf',
|
|
|
ellipsis: true,
|
|
|
- // scopedSlots: { customRender: 'executeOutLeaf' }
|
|
|
+ // scopedSlots: { customRender: 'executeInLeaf' } ,
|
|
|
},
|
|
|
{
|
|
|
title: '已出库框数量',
|
|
@@ -358,6 +351,13 @@
|
|
|
ellipsis: true,
|
|
|
// scopedSlots: { customRender: 'executeOutFrames' }
|
|
|
},
|
|
|
+ {
|
|
|
+ title: '已出库扇数量',
|
|
|
+ align:"center",
|
|
|
+ dataIndex: 'executeOutLeaf',
|
|
|
+ ellipsis: true,
|
|
|
+ // scopedSlots: { customRender: 'executeOutLeaf' }
|
|
|
+ },
|
|
|
{
|
|
|
title: '规格',
|
|
|
align:"center",
|