caojunjie 2 éve
szülő
commit
c1c0452927
1 módosított fájl, 16 hozzáadás és 14 törlés
  1. 16 14
      src/views/boxManagement/stockpilingManage/index.vue

+ 16 - 14
src/views/boxManagement/stockpilingManage/index.vue

@@ -118,20 +118,22 @@ export default {
           label: '堆存地点',
           prop: 'address',
           width: 200
-        }, {
-          label: '状态',
-          prop: 'status',
-          width: 140,
-          overHidden: true,
-          filterable: true,
-          type: 'select',
-          dataType: 'number',
-          dicUrl: "/api/blade-system/dict-biz/dictionary?code=approval_status",
-          props: {
-            label: "dictValue",
-            value: "dictKey"
-          }
-        }, {
+        }
+        // , {
+        //   label: '状态',
+        //   prop: 'status',
+        //   width: 140,
+        //   overHidden: true,
+        //   filterable: true,
+        //   type: 'select',
+        //   dataType: 'number',
+        //   dicUrl: "/api/blade-system/dict-biz/dictionary?code=approval_status",
+        //   props: {
+        //     label: "dictValue",
+        //     value: "dictKey"
+        //   }
+        // }
+        , {
           label: '备注',
           prop: 'remarks',
           width: 500