feat:新增打分题

This commit is contained in:
du.meimei
2025-03-05 16:03:00 +08:00
parent 6df0b0d320
commit 5f32c9eeee
10 changed files with 352 additions and 23 deletions

View File

@@ -8,7 +8,7 @@
<slot></slot>
<!-- 题目操作-->
<van-cell v-if="chooseQuestionId === element.id" class="choose-question-active-container">
<template v-if="element.question_type === 1" #icon>
<template v-if="element.question_type === 1 || element.question_type === 5" #icon>
<div class="flex align-center" @click="radioAddOption">
<van-icon name="add" class="fs20"></van-icon>
<span class="ml10">添加选项</span>