瀏覽代碼

保养优化

wyh 1 年之前
父節點
當前提交
2c64f4fcfb

+ 7 - 7
src/views/module_cmms/upkeep/modules/UpkeepForm.vue

@@ -170,10 +170,15 @@
           ],
         },
         columns: [
+          // {
+          //   title:'保养项ID',
+          //   align:"center",
+          //   dataIndex: 'id'
+          // },
           {
-            title:'保养项ID',
+            title:'保养项编号',
             align:"center",
-            dataIndex: 'id'
+            dataIndex: 'itemcode'
           },
           {
             title:'保养项名称',
@@ -186,11 +191,6 @@
           //   dataIndex: 'equiptypeName'
           // },
           {
-            title:'保养项编号',
-            align:"center",
-            dataIndex: 'itemcode'
-          },
-          {
             title:'保养项标准',
             align:"center",
             dataIndex: 'itemcontent'

+ 7 - 7
src/views/module_cmms/upkeepPlan/modules/UpkeepPlanModalAdd.vue

@@ -56,10 +56,15 @@ import { httpAction, getAction } from '@/api/manage'
         /* table选中records*/
         selectionRows: [],
         columns: [
+          // {
+          //   title:'保养项ID',
+          //   align:"center",
+          //   dataIndex: 'id'
+          // },
           {
-            title:'保养项ID',
+            title:'保养项编号',
             align:"center",
-            dataIndex: 'id'
+            dataIndex: 'itemcode'
           },
           {
             title:'保养项名称',
@@ -72,11 +77,6 @@ import { httpAction, getAction } from '@/api/manage'
           //   dataIndex: 'equiptypeName'
           // },
           {
-            title:'保养项编号',
-            align:"center",
-            dataIndex: 'itemcode'
-          },
-          {
             title:'保养项标准',
             align:"center",
             dataIndex: 'itemcontent'