ysy il y a 2 ans
Parent
commit
0d9ea5aa5f

+ 5 - 0
src/views/classifyManage/treeClassify/components/list-edit.vue

@@ -161,6 +161,11 @@
             value: '1',
             label: '物品组'
           },
+
+          { 
+            value: '2',
+            label: '仓储组'
+          },
      
         
         ],

+ 1 - 1
src/views/system/dictionary/components/dict-edit.vue

@@ -38,7 +38,7 @@
           <el-form-item label="字典值:" prop="code">
             <el-input
               clearable
-              :disabled="isUpdate"
+            
               :maxlength="20"
               v-model="form.code"
               placeholder="请输入字典值"