Compare commits
2 Commits
c18587b4f5
...
7360be1726
Author | SHA1 | Date |
---|---|---|
|
7360be1726 | |
|
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