From ee0ac46d265f20c3b2c10385c5afa2efb0512a5a Mon Sep 17 00:00:00 2001 From: 阳洁 <2077506045@qq.com> Date: 星期五, 05 一月 2024 18:02:23 +0800 Subject: [PATCH] vaq增加根据token生成随机数排列图片、修改界面、修改文字 --- 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