From ae138d1851770b46a7496f0bdf960f2b49c456d0 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: 星期四, 07 九月 2023 16:19:29 +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