@@ -273,8 +273,7 @@ export default {
title: '当前库存',
dataIndex: 'currentStock',
checked: true,
- width: '100px',
- scopedSlots: { customRender: 'status' }
+ width: '100px'
},
{
title: '最高库存',
@@ -270,8 +270,7 @@ export default {