Browse Source

no message

linwenxin 4 months ago
parent
commit
1504ac57d2
1 changed files with 13 additions and 1 deletions
  1. 13 1
      src/views/setting/dataDictionary/index.vue

+ 13 - 1
src/views/setting/dataDictionary/index.vue

@@ -137,7 +137,8 @@ export default {
         dictValue: '',
         status: 'ON',
         sortNum: '',
-        remark: ''
+        remark: '',
+        dictCode: ''
       }
     }
   },
@@ -172,6 +173,17 @@ export default {
         {
           md: 24,
           isShow: true,
+          name: 'el-input',
+          attributes: { placeholder: '请输入' },
+          formItemAttributes: {
+            label: '字典编码',
+            prop: 'dictCode',
+            rules: [...required]
+          }
+        },
+        {
+          md: 24,
+          isShow: true,
           name: 'slot-component',
           attributes: {},
           formItemAttributes: {