From 60e637aa425a76b452009d0720fce32225c4629f Mon Sep 17 00:00:00 2001 From: ZhangXianQiang <1135831638@qq.com> Date: 星期一, 01 七月 2024 13:59:22 +0800 Subject: [PATCH] fix:多选题问题 --- src/views/exam-list/data-list/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/exam-list/data-list/index.vue b/src/views/exam-list/data-list/index.vue index d18e9d9..29570fe 100644 --- a/src/views/exam-list/data-list/index.vue +++ b/src/views/exam-list/data-list/index.vue @@ -73,7 +73,7 @@ type: 'success', disabled: false }, - 3: { + 'finished': { text: '宸茬粨鏉�', type: 'info', disabled: true -- Gitblit v1.8.0