From adedccb67c8aafecbf06dc902fac0c4837b4087a Mon Sep 17 00:00:00 2001 From: zhouwenxuan <1175765986@qq.com> Date: 星期一, 11 九月 2023 16:57:34 +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