From 39755f523b1206c93b9eacecbd052cd6d140b107 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Sat, 27 Nov 2021 21:09:48 +0800
Subject: [PATCH] 成绩修改

---
 src/views/trainExam/performance.vue |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/src/views/trainExam/performance.vue b/src/views/trainExam/performance.vue
index 8ac0ca2..82b81b6 100644
--- a/src/views/trainExam/performance.vue
+++ b/src/views/trainExam/performance.vue
@@ -572,7 +572,7 @@
             editDetail: false,
           },
           {
-            label: "状态",
+            label: "考试状态",
             prop: "isExam",
             type: "select",
             slot: true,
@@ -588,6 +588,10 @@
                 label: "考试中",
                 value: 3,
               },
+              {
+                label: "缺考",
+                value: 4,
+              },
             ],
             // 表单新增时是否禁止
             addDisabled: false,

--
Gitblit v1.9.3