|
@@ -67,7 +67,7 @@
|
|
</el-select>
|
|
</el-select>
|
|
</span>
|
|
</span>
|
|
</div>
|
|
</div>
|
|
- <div style="margin-top: 40px" v-if="customFieldId">
|
|
|
|
|
|
+ <div style="margin-top: 20px" v-if="customFieldId">
|
|
<template v-if="choseField.type === 0 || choseField.type === 2">
|
|
<template v-if="choseField.type === 0 || choseField.type === 2">
|
|
<el-input
|
|
<el-input
|
|
v-model="choseField.fieldValue"
|
|
v-model="choseField.fieldValue"
|
|
@@ -93,7 +93,7 @@
|
|
v-for="option in choseField.options"
|
|
v-for="option in choseField.options"
|
|
:key="option.name"
|
|
:key="option.name"
|
|
:label="option.id"
|
|
:label="option.id"
|
|
- @input="changeValue(option.id, option)"
|
|
|
|
|
|
+ @change="changeValue(option.id, option)"
|
|
>{{ option.name }}</el-radio
|
|
>{{ option.name }}</el-radio
|
|
>
|
|
>
|
|
</el-radio-group>
|
|
</el-radio-group>
|