fix:新增testitem选项在单选或多选时显示

This commit is contained in:
shijing 2024-08-07 14:41:25 +08:00
parent a7d02670d9
commit 1951eae679
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-row v-if="form.field_type == 'select'||form.field_type == 'selects'">
<el-col :span="24">
<el-form-item label="选项">
<el-button icon="el-icon-circle-plus" text @click="addComponent('choices')">