@@ -463,6 +463,10 @@ export default {
title: '规格型号',
dataIndex: 'ggxh'
},
+ {
+ title: '更换数量',
+ dataIndex: 'num'
+ },
{
title: '更换日期',
dataIndex: 'startDate'
@@ -85,7 +85,7 @@ export default {
title: '序号',
key: 'index',
align: 'center',
- width: 50,
+ width: 90,
scopedSlots: { customRender: 'index' }