From 04eac394df26d483765ce9d51bf69282e0cc7272 Mon Sep 17 00:00:00 2001 From: zhouwx <1175765986@qq.com> Date: 星期三, 10 七月 2024 17:32:02 +0800 Subject: [PATCH] 提交 --- src/views/onlineEducation/questionBankManagement/questionManage/components/questionDialog.vue | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 55 insertions(+), 0 deletions(-) diff --git a/src/views/onlineEducation/questionBankManagement/questionManage/components/questionDialog.vue b/src/views/onlineEducation/questionBankManagement/questionManage/components/questionDialog.vue index c24f4c6..b92fe7d 100644 --- a/src/views/onlineEducation/questionBankManagement/questionManage/components/questionDialog.vue +++ b/src/views/onlineEducation/questionBankManagement/questionManage/components/questionDialog.vue @@ -352,6 +352,61 @@ bankId: null, answer: '' } + state.singleQuestion= { + analyze: '', + items: [ + { + prefix:"A", + content: '' + }, + { + prefix:"B", + content: '' + }, + { + prefix:"C", + content: '' + }, + { + prefix:"D", + content: '' + }, + ] + } + state.judgeQuestion= { + analyze: '', + items: [ + { + prefix:"A", + content: '是' + }, + { + prefix:"B", + content: '否' + }, + ] + } + state. multiQuestion= { + analyze: '', + items: [ + { + prefix:"A", + content: '' + }, + { + prefix:"B", + content: '' + }, + { + prefix:"C", + content: '' + }, + { + prefix:"D", + content: '' + }, + ] + }, state.bankPageNum = 1; state.bankPageSize = 10; state.bankList = [] -- Gitblit v1.9.2