@@ -54,24 +54,26 @@ export default {
align:"center",
customRender:function (t,r,index) {
return parseInt(index)+1;
- }
+ },
+ fixed:"left",
+ {
+ title: '规格型号',
+ dataIndex: 'ggxh',
+ width: 100,
+ align: 'center',
},
{
title: '物料编码',
dataIndex: 'wlbm',
- width: 100,
- align: 'center'
+ // width: 100,
title: '物料名称',
dataIndex: 'wlmc',
- },
- {
- title: '规格型号',
- dataIndex: 'ggxh',
align: 'center'
],