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/securityGuard/securityGuard.vue |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/views/securityGuard/securityGuard.vue b/src/views/securityGuard/securityGuard.vue
index 92384ee..4b73a8c 100644
--- a/src/views/securityGuard/securityGuard.vue
+++ b/src/views/securityGuard/securityGuard.vue
@@ -799,7 +799,7 @@
       choiceList: [],
       deptIdss: "",
       option: {
-        searchIndex: 5, //收缩展示数量
+        searchIndex: 6, //收缩展示数量
         searchIcon: true, //搜索是否收缩
         height: "auto",
         calcHeight: 80,
@@ -819,7 +819,6 @@
         },
         indexWidth: 55,
         searchMenuSpan: 6,
-
         stripe: true,
         border: true,
         delBtn: true,

--
Gitblit v1.9.3