fix:检验项修正
This commit is contained in:
parent
4fbac36821
commit
8664db52b7
|
@ -92,7 +92,7 @@
|
|||
</el-form-item>
|
||||
</el-col>
|
||||
</el-row>
|
||||
<el-row v-if="form.field_type == 'select'||form.field_type == 'selects'">
|
||||
<el-row v-if="form.field_type == 'select-text'||form.field_type == 'selects-text'">
|
||||
<el-col :span="24">
|
||||
<el-form-item label="选项">
|
||||
<el-button icon="el-icon-circle-plus" text @click="addComponent('choices')">
|
||||
|
@ -165,8 +165,8 @@ export default {
|
|||
{value:"input-int",name:"整数"},
|
||||
{value:"input-number",name:"小数"},
|
||||
{value:"input-text",name:"文本"},
|
||||
{value:"select",name:"单选"},
|
||||
{value:"selects",name:"多选"},
|
||||
{value:"select-text",name:"单选"},
|
||||
{value:"selects-text",name:"多选"},
|
||||
],
|
||||
tagsOptions: [
|
||||
{value:"first",name:"首件检验"},
|
||||
|
|
Loading…
Reference in New Issue