| | |
| | | handleOptionChange( |
| | | $event, |
| | | index, |
| | | question.svyLibTemplateTargetoptions, |
| | | question.svyTaskTemplateTargetoptions, |
| | | question |
| | | ) |
| | | " |
| | |
| | | <el-radio |
| | | v-for="( |
| | | option, optIndex |
| | | ) in question.svyLibTemplateTargetoptions" |
| | | ) in question.svyTaskTemplateTargetoptions" |
| | | :key="optIndex" |
| | | :label="option.optioncontent" |
| | | :class="option.isabnormal ? 'red-star' : ''" |
| | |
| | | <div class="dev-xx" v-if="question.scriptType == 2"> |
| | | <el-checkbox-group |
| | | v-model="question.mergedResult" |
| | | @change="updateScore($event, index, question.options, question)" |
| | | @change="updateScore($event, index, question.svyTaskTemplateTargetoptions, question)" |
| | | > |
| | | <el-checkbox |
| | | v-for="(option, optIndex) in question.options" |
| | | v-for="(option, optIndex) in question.svyTaskTemplateTargetoptions" |
| | | :key="optIndex" |
| | | :label="option.optioncontent" |
| | | :class="option.isabnormal ? 'red-star' : ''" |