fix:新增testitem选项在单选或多选时显示
This commit is contained in:
parent
a7d02670d9
commit
1951eae679
|
@ -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')">
|
||||
|
|
Loading…
Reference in New Issue