Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
RuoYi Vue
Commits
89eb44af
Commit
89eb44af
authored
Jun 26, 2022
by
RuoYi
Browse files
优化字典数据回显样式下拉框显示值
parent
9d7e32fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
ruoyi-ui/src/views/system/dict/data.vue
View file @
89eb44af
...
...
@@ -163,7 +163,7 @@
<el-option
v-for=
"item in listClassOptions"
:key=
"item.value"
:label=
"item.label"
:label=
"item.label
+ '(' + item.value + ')'
"
:value=
"item.value"
></el-option>
</el-select>
...
...
Write
Preview
Supports
Markdown
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