From 7cc0e05f3c549a516449135cf674d78a6a94ee93 Mon Sep 17 00:00:00 2001
From: ZhangXianQiang <1135831638@qq.com>
Date: 星期日, 28 四月 2024 15:55:45 +0800
Subject: [PATCH] style:修改数据中心适配
---
src/views/system/unit/people/index.vue | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/src/views/system/unit/people/index.vue b/src/views/system/unit/people/index.vue
index c78430f..65b6b0d 100644
--- a/src/views/system/unit/people/index.vue
+++ b/src/views/system/unit/people/index.vue
@@ -43,6 +43,7 @@
icon="el-icon-plus"
size="mini"
@click="handleAdd"
+ v-hasPermi="['unit:people:add']"
>鏂板</el-button>
</el-col>
<el-col :span="1.5">
@@ -53,6 +54,7 @@
size="mini"
:disabled="single"
@click="handleUpdate"
+ v-hasPermi="['unit:people:edit']"
>淇敼</el-button>
</el-col>
<el-col :span="1.5">
@@ -63,6 +65,7 @@
size="mini"
:disabled="multiple"
@click="handleDelete"
+ v-hasPermi="['unit:people:remove']"
>鍒犻櫎</el-button>
</el-col>
<el-col :span="1.5">
@@ -72,6 +75,7 @@
icon="el-icon-download"
size="mini"
@click="handleExport"
+ v-hasPermi="['unit:people:export']"
>瀵煎嚭</el-button>
</el-col>
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
@@ -92,12 +96,14 @@
type="text"
icon="el-icon-edit"
@click="handleUpdate(scope.row)"
+ v-hasPermi="['unit:people:edit']"
>淇敼</el-button>
<el-button
size="mini"
type="text"
icon="el-icon-delete"
@click="handleDelete(scope.row)"
+ v-hasPermi="['unit:people:remove']"
>鍒犻櫎</el-button>
</template>
</el-table-column>
--
Gitblit v1.8.0