From 0901afc22409472ffb043931cf10d296b4ffe850 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期四, 17 十月 2024 19:54:24 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- src/views/exam-list/data-list/index.vue | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/src/views/exam-list/data-list/index.vue b/src/views/exam-list/data-list/index.vue index 8f1c21c..dcf1a5d 100644 --- a/src/views/exam-list/data-list/index.vue +++ b/src/views/exam-list/data-list/index.vue @@ -62,7 +62,7 @@ }); const stateList = { - 1: { + 'not_start': { text: '鏈紑濮�', type: 'primary', disabled: true @@ -76,6 +76,11 @@ text: '宸茬粨鏉�', type: 'info', disabled: true + }, + 'cancel': { + text: '宸蹭綔搴�', + type: 'danger', + disabled: true } }; -- Gitblit v1.8.0