feat:新增 填空题

This commit is contained in:
du.meimei
2025-03-04 17:10:30 +08:00
parent 859fc143be
commit 4691312418
3 changed files with 77 additions and 2 deletions

View File

@@ -21,7 +21,14 @@
:element="element"
:active="chooseQuestionId === element.id"
></base-select>
<Completion
v-if="element.question_type === 4"
:element="element"
:active="chooseQuestionId === element.id"
sn="lXEBBpE2"
></Completion>
</choose-question>
<!-- {{ element.question_type }}-->
<!-- {{questionInfo.survey.pages.length}}-->
<paging
@@ -43,6 +50,7 @@ import Draggable from './components/Draggable.vue';
import BaseSelect from './components/Questions/BaseSelect.vue';
import ChooseQuestion from './components/ChooseQuestion.vue';
import Paging from './components/Questions/paging/Paging.vue';
import Completion from './components/Questions/Completion.vue';
const activeIndex = ref(-1);
/**