From dbaf20ea80987be5f95fda789c3f0a05fea99c80 Mon Sep 17 00:00:00 2001 From: 林致杰 <1003392067@qq.com> Date: 星期一, 01 五月 2023 00:50:07 +0800 Subject: [PATCH] CIAQ报告预览支持 --- src/views/exam/components/QuestionEdit.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/exam/components/QuestionEdit.vue b/src/views/exam/components/QuestionEdit.vue index 3d557a0..9094d9b 100644 --- a/src/views/exam/components/QuestionEdit.vue +++ b/src/views/exam/components/QuestionEdit.vue @@ -57,7 +57,7 @@ name: 'QuestionShow', data () { return { - abcValue: { '1': 'A', '2': 'B', '3': 'C', '4': 'D', '5': 'E', '6': 'F' } + abcValue: { '1': 'A', '2': 'B', '3': 'C', '4': 'D', '5': 'E', '6': 'F', '7': 'G', '8': 'H', '9': 'I', '10': 'J' } } }, props: { -- Gitblit v1.9.1