wyh hace 1 año
padre
commit
947ce78807

+ 12 - 12
itdmWeb/src/views/module-iTDM/itdmGongdanDetail/ItdmGongdanDetailList.vue

@@ -192,22 +192,22 @@ export default {
       description: '工单detail管理页面',
       // 表头
       columns: [
-        {
-          title: '#',
-          dataIndex: '',
-          key:'rowIndex',
-          width:60,
-          align:"center",
-          customRender:function (t,r,index) {
-            return parseInt(index)+1;
-          }
-        },
         // {
-        //   title:'id',
+        //   title: '#',
+        //   dataIndex: '',
+        //   key:'rowIndex',
+        //   width:60,
         //   align:"center",
-        //   dataIndex: 'id'
+        //   customRender:function (t,r,index) {
+        //     return parseInt(index)+1;
+        //   }
         // },
         {
+          title:'工单号',
+          align:"center",
+          dataIndex: 'woId'
+        },
+        {
           title:'委托单位',
           align:"center",
           dataIndex: 'weituoClient'