"vscode:/vscode.git/clone" did not exist on "ddcd288d743f69243f4f225f339b8fa2723323f4"
Commit 89eb44af authored by RuoYi's avatar RuoYi
Browse files

优化字典数据回显样式下拉框显示值

parent 9d7e32fb
...@@ -163,7 +163,7 @@ ...@@ -163,7 +163,7 @@
<el-option <el-option
v-for="item in listClassOptions" v-for="item in listClassOptions"
:key="item.value" :key="item.value"
:label="item.label" :label="item.label + '(' + item.value + ')'"
:value="item.value" :value="item.value"
></el-option> ></el-option>
</el-select> </el-select>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment