自定义标准分类问题允许编辑

uat_us
caiyiling 2024-10-28 15:47:46 +08:00
parent 7eff02eb9b
commit ec8c9df6b6
4 changed files with 0 additions and 8 deletions

View File

@ -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('|')"

View File

@ -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('|')"

View File

@ -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('|')"

View File

@ -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('|')"