perf(CRUD):高级配置中显示的字段信息优化

This commit is contained in:
妙码生花 2023-10-11 11:16:41 +08:00
parent a96947a86d
commit 8137ca9b2f

View File

@ -42,7 +42,7 @@
<el-option
v-for="(item, idx) in state.fields"
:key="idx"
:label="item.name + (item.title ? '-' + item.title : '')"
:label="item.name + (item.comment ? '-' + item.comment : item.title)"
:value="item.name"
/>
</el-select>
@ -53,7 +53,7 @@
<el-option
v-for="(item, idx) in state.fields"
:key="idx"
:label="item.name + (item.title ? '-' + item.title : '')"
:label="item.name + (item.comment ? '-' + item.comment : item.title)"
:value="item.name"
/>
</el-select>
@ -73,7 +73,7 @@
<el-option
v-for="(item, idx) in state.fields"
:key="idx"
:label="item.name + (item.title ? '-' + item.title : '')"
:label="item.name + (item.comment ? '-' + item.comment : item.title)"
:value="item.name"
/>
</el-select>
@ -83,7 +83,7 @@
<el-option
v-for="(item, idx) in state.fields"
:key="idx"
:label="item.name + (item.title ? '-' + item.title : '')"
:label="item.name + (item.comment ? '-' + item.comment : item.title)"
:value="item.name"
/>
</el-select>