@@ -140,28 +140,28 @@ export default {
{
title: '降本项目',
dataIndex: 'cdefine33',
- width: 150
+ width: 200
},
title: '申请数量',
dataIndex: 'num',
- width: 100
+ width: 80
title: '实际数量',
dataIndex: 'realNum',
title: '备注',
dataIndex: 'remark',
title: '操作',
key: 'action',
- width: '150px',
+ width: '60px',
align: 'center',
scopedSlots: { customRender: 'action' }
}