From 58a80d9ecd8e67c69a2f7353bda9b08563cbc7b3 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Mon, 02 Aug 2021 15:23:39 +0800
Subject: [PATCH] 报名清册
---
src/views/applyexam/index.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/applyexam/index.vue b/src/views/applyexam/index.vue
index 4c50cd7..846cb2e 100644
--- a/src/views/applyexam/index.vue
+++ b/src/views/applyexam/index.vue
@@ -104,7 +104,7 @@
selection: true,
menu: true,
// 导出按钮
- excelBtn: true,
+ // excelBtn: true,
viewBtn: false,
// title: '题库',
@@ -153,7 +153,7 @@
}]
},
{
- label: "试卷名称",
+ label: "考试名称",
prop: "examName",
type: 'tree',
dicUrl: '/api/exampaper/page-tree',
--
Gitblit v1.9.3