瀏覽代碼

no message

linwenxin 4 月之前
父節點
當前提交
1504ac57d2
共有 1 個文件被更改,包括 13 次插入1 次删除
  1. 13 1
      src/views/setting/dataDictionary/index.vue

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

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