Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
S
sts网站
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
liyang
sts网站
Commits
850b86e0
Commit
850b86e0
authored
Feb 05, 2026
by
RuoYi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化字典类型属性提醒说明
parent
8a1cf9ed
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
3 deletions
+9
-3
index.vue
ruoyi-ui/src/views/system/dict/index.vue
+9
-3
No files found.
ruoyi-ui/src/views/system/dict/index.vue
View file @
850b86e0
...
...
@@ -159,12 +159,18 @@
<!-- 添加或修改参数配置对话框 -->
<el-dialog
:title=
"title"
:visible
.
sync=
"open"
width=
"500px"
append-to-body
>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
label-width=
"
8
0px"
>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
label-width=
"
10
0px"
>
<el-form-item
label=
"字典名称"
prop=
"dictName"
>
<el-input
v-model=
"form.dictName"
placeholder=
"请输入字典名称"
/>
</el-form-item>
<el-form-item
label=
"字典类型"
prop=
"dictType"
>
<el-input
v-model=
"form.dictType"
placeholder=
"请输入字典类型"
/>
<el-form-item
prop=
"dictType"
>
<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>
</el-tooltip>
字典类型
</span>
</el-form-item>
<el-form-item
label=
"状态"
prop=
"status"
>
<el-radio-group
v-model=
"form.status"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment