Qukatie 1 week ago
parent
commit
388a3f1ee0
1 changed files with 5 additions and 29 deletions
  1. 5 29
      src/views/tirePartsMall/basicData/reservoirArea/index.vue

+ 5 - 29
src/views/tirePartsMall/basicData/reservoirArea/index.vue

@@ -76,7 +76,8 @@ export default {
         total: 0
       },
       selectionList: [],
-      option: {
+      option: {},
+      optionList: {
         height: "auto",
         calcHeight: 30,
         tip: false,
@@ -91,36 +92,11 @@ export default {
         align: "center",
         column: [
           {
-            label: "库区编码",
-            prop: "code",
-            search: true
+            label: "库",
+            prop: "storageName",
+            disabled: true,
           },
           {
-            label: "库区名称",
-            prop: "cname",
-            search: true
-          },
-          {
-            label: "备注",
-            prop: "remarks"
-          }
-        ]
-      },
-      optionList: {
-        height: "auto",
-        calcHeight: 30,
-        tip: false,
-        searchShow: true,
-        searchMenuSpan: 12,
-        border: true,
-        index: true,
-        viewBtn: true,
-        selection: true,
-        dialogClickModal: false,
-        addBtn: false,
-        align: "center",
-        column: [
-          {
             label: "库区编码",
             prop: "code",
             search: true