Ver Fonte

update ruoyi-ui/src/views/system/dict/index.vue.
优化代码

Signed-off-by: NewYoung208 <niuyang208@163.com>

NewYoung208 há 4 meses atrás
pai
commit
b9c7731cdb
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      ruoyi-ui/src/views/system/dict/index.vue

+ 1 - 1
ruoyi-ui/src/views/system/dict/index.vue

@@ -164,7 +164,7 @@
           <el-input v-model="form.dictName" placeholder="请输入字典名称" />
         </el-form-item>
         <el-form-item prop="dictType">
-          <el-input v-model="form.dictType" placeholder="请输入字典名称" maxlength="100" />
+          <el-input v-model="form.dictType" placeholder="请输入字典类型" maxlength="100" />
           <span slot="label">
             <el-tooltip content="数据存储中的Key值,如:sys_user_sex" placement="top">
               <i class="el-icon-question"></i>