@@ -145,12 +145,12 @@ export default {
{
title: '申请数量',
dataIndex: 'num',
- width: 120
+ width: 100
},
title: '实际数量',
dataIndex: 'realNum',
title: '备注',
@@ -161,7 +161,7 @@ export default {
title: '操作',
key: 'action',
- width: '200px',
+ width: '150px',
align: 'center',
scopedSlots: { customRender: 'action' }
}