mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-05-12 00:53:42 +00:00
fix: label拼写错误
This commit is contained in:
@@ -134,7 +134,7 @@
|
|||||||
<el-option
|
<el-option
|
||||||
v-for="item in formFieldOptions4Summary"
|
v-for="item in formFieldOptions4Summary"
|
||||||
:key="item.value"
|
:key="item.value"
|
||||||
:label="item.lable"
|
:label="item.label"
|
||||||
:value="item.value"
|
:value="item.value"
|
||||||
/>
|
/>
|
||||||
</el-select>
|
</el-select>
|
||||||
|
|||||||
Reference in New Issue
Block a user