自定义标准分类问题允许编辑
parent
7eff02eb9b
commit
ec8c9df6b6
|
@ -158,12 +158,10 @@
|
|||
<el-input
|
||||
v-if="question.Type === 'class' && !question.TypeValue"
|
||||
v-model="questionForm[question.Id]"
|
||||
disabled
|
||||
/>
|
||||
<el-radio-group
|
||||
v-if="question.Type === 'class' && question.TypeValue"
|
||||
v-model="questionForm[question.Id]"
|
||||
disabled
|
||||
>
|
||||
<el-radio
|
||||
v-for="item of question.TypeValue.split('|')"
|
||||
|
|
|
@ -99,12 +99,10 @@
|
|||
<el-input
|
||||
v-if="question.Type === 'class' && !question.TypeValue"
|
||||
v-model="questionForm[question.Id]"
|
||||
disabled
|
||||
/>
|
||||
<el-radio-group
|
||||
v-if="question.Type === 'class' && question.TypeValue"
|
||||
v-model="questionForm[question.Id]"
|
||||
disabled
|
||||
>
|
||||
<el-radio
|
||||
v-for="item of question.TypeValue.split('|')"
|
||||
|
|
|
@ -200,12 +200,10 @@
|
|||
<el-input
|
||||
v-if="question.Type === 'class' && !question.TypeValue"
|
||||
v-model="questionForm[question.Id]"
|
||||
disabled
|
||||
/>
|
||||
<el-radio-group
|
||||
v-if="question.Type === 'class' && question.TypeValue"
|
||||
v-model="questionForm[question.Id]"
|
||||
disabled
|
||||
>
|
||||
<el-radio
|
||||
v-for="item of question.TypeValue.split('|')"
|
||||
|
|
|
@ -105,12 +105,10 @@
|
|||
<el-input
|
||||
v-if="question.Type === 'class' && !question.TypeValue"
|
||||
v-model="questionForm[question.Id]"
|
||||
disabled
|
||||
/>
|
||||
<el-radio-group
|
||||
v-if="question.Type === 'class' && question.TypeValue"
|
||||
v-model="questionForm[question.Id]"
|
||||
disabled
|
||||
>
|
||||
<el-radio
|
||||
v-for="item of question.TypeValue.split('|')"
|
||||
|
|
Loading…
Reference in New Issue