fix: label拼写错误

pull/681/head
LesanOuO 2025-01-24 13:19:44 +08:00
parent 8ff63622ec
commit 9e26e902a7
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@
<el-option
v-for="item in formFieldOptions4Summary"
:key="item.value"
:label="item.lable"
:label="item.label"
:value="item.value"
/>
</el-select>