wangzhuo преди 1 година
родител
ревизия
c5d4ceb507
променени са 2 файла, в които са добавени 25 реда и са изтрити 19 реда
  1. 2 2
      src/views/EquipmentArchives/detailsPage.vue
  2. 23 17
      src/views/EquipmentArchives/js/optionList.js

+ 2 - 2
src/views/EquipmentArchives/detailsPage.vue

@@ -359,7 +359,7 @@ export default {
                 span: 4,
             },
           {
-            label: "签约时间",
+            label: "合同起",
             prop: "signingDateStart",
             type: "date",
             format: "yyyy-MM-dd",
@@ -367,7 +367,7 @@ export default {
             span: 8,
           },
           {
-            label: "解约时间",
+            label: "合同止",
             prop: "signingDateEnd",
             type: "date",
             format: "yyyy-MM-dd",

+ 23 - 17
src/views/EquipmentArchives/js/optionList.js

@@ -91,23 +91,17 @@ export const option = {
       prop: "maintenanceSecond",
       index: 12
     },
-    {
-      label: "功能分类",
-      prop: "categoryitem",
-      type: "select",
-      props: {
-        label: "dictValue",
-        value: "dictValue"
-      },
-      dicUrl: "/api/blade-system/dict-biz/dictionary?code=functional_classification",
-      index:12
-    },
-    {
-      label: "维修时间",
-      prop: "updateTime",
-      width: 160,
-      index: 12
-    },
+    // {
+    //   label: "功能分类",
+    //   prop: "categoryitem",
+    //   type: "select",
+    //   props: {
+    //     label: "dictValue",
+    //     value: "dictValue"
+    //   },
+    //   dicUrl: "/api/blade-system/dict-biz/dictionary?code=functional_classification",
+    //   index:12
+    // },
     {
       label: "合同起",
       prop: "signingDateStart",
@@ -125,6 +119,18 @@ export const option = {
       index: 12
     },
     {
+      label: "更新时间",
+      prop: "updateTime",
+      width: 160,
+      index: 12
+    },
+    {
+      label: "更新人",
+      prop: "updateUser",
+      width: 160,
+      index: 12
+    },
+    {
       label: "备注",
       prop: "remarks",
       index: 12