From 339b7af2173a7468e61190d2ee18886952e3e4b5 Mon Sep 17 00:00:00 2001
From: zhouwenxuan <1175765986@qq.com>
Date: Thu, 14 Sep 2023 14:59:53 +0800
Subject: [PATCH] 煤矿考试异常推送页面
---
src/views/notCoalMine/nPeopleManage/index.vue | 8 --------
1 files changed, 0 insertions(+), 8 deletions(-)
diff --git a/src/views/notCoalMine/nPeopleManage/index.vue b/src/views/notCoalMine/nPeopleManage/index.vue
index 6a79032..5fff864 100644
--- a/src/views/notCoalMine/nPeopleManage/index.vue
+++ b/src/views/notCoalMine/nPeopleManage/index.vue
@@ -40,14 +40,6 @@
@click="handleAdd"
v-hasPermi="['system:experts:add']"
>同步数据</el-button>
- <el-button
- type="primary"
- plain
- icon="el-icon-plus"
- size="mini"
- @click="handleAdd"
- v-hasPermi="['system:experts:add']"
- >新增</el-button>
</el-col>
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
</el-row>
--
Gitblit v1.9.2