mirror of
https://gitee.com/myxzgzs/boyue-ui-admin-vue3
synced 2025-08-08 16:32:43 +08:00
fix: label拼写错误
This commit is contained in:
parent
8ff63622ec
commit
9e26e902a7
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user