From 110682b80a5de00394ebef0ee66ef7ab73c6b5e3 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Thu, 20 Jan 2022 20:58:03 +0800
Subject: [PATCH] 考试统计查询修改,成绩查询修改,成绩修改调整
---
src/views/trainExam/singleperformance.vue | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/views/trainExam/singleperformance.vue b/src/views/trainExam/singleperformance.vue
index ae963bb..878fc07 100644
--- a/src/views/trainExam/singleperformance.vue
+++ b/src/views/trainExam/singleperformance.vue
@@ -402,6 +402,10 @@
value: 3,
},
{
+ label: "纸质考试",
+ value: 5,
+ },
+ {
label: "缺考",
value: 4,
},
--
Gitblit v1.9.3