Commit 9e26e902 by LesanOuO

fix: label拼写错误

parent 8ff63622
...@@ -134,7 +134,7 @@ ...@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment