From 44b3fe56b5b7121a7ec702c6d1bcd895eab8bd96 Mon Sep 17 00:00:00 2001 From: linzhijie <1003392067@qq.com> Date: 星期一, 08 五月 2023 17:16:42 +0800 Subject: [PATCH] bugfix --- 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