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