update ruoyi-ui/src/views/system/dict/index.vue.

优化代码

Signed-off-by: NewYoung208 <niuyang208@163.com>
pull/1146/head
NewYoung208 2026-02-11 07:07:57 +00:00 committed by Gitee
parent 850b86e0de
commit b9c7731cdb
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -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>