yuhan пре 1 година
родитељ
комит
cd96477d8c
1 измењених фајлова са 12 додато и 10 уклоњено
  1. 12 10
      src/views/module_kzks/projectContrastList/wuliaoList.vue

+ 12 - 10
src/views/module_kzks/projectContrastList/wuliaoList.vue

@@ -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',
+          fixed:"left",
         },
         {
           title: '物料编码',
           dataIndex: 'wlbm',
-          width: 100,
-          align: 'center'
+          // width: 100,
+          align: 'center',
         },
         {
           title: '物料名称',
           dataIndex: 'wlmc',
-          width: 100,
-          align: 'center'
-        },
-        {
-          title: '规格型号',
-          dataIndex: 'ggxh',
-          width: 100,
+          // width: 100,
           align: 'center'
         },
       ],