From 2491b7cec16d0dbc31da6e50d1ccf08e6d3e6b37 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期三, 13 三月 2024 14:27:14 +0800
Subject: [PATCH] 权限屏蔽
---
src/views/system/contract/index.vue | 4 ----
src/views/system/region/index.vue | 6 ------
2 files changed, 0 insertions(+), 10 deletions(-)
diff --git a/src/views/system/contract/index.vue b/src/views/system/contract/index.vue
index 8ef0c84..94fed44 100644
--- a/src/views/system/contract/index.vue
+++ b/src/views/system/contract/index.vue
@@ -31,7 +31,6 @@
icon="el-icon-plus"
size="mini"
@click="handleAdd"
- v-hasPermi="['system:contract:add']"
>鏂板</el-button>
</el-col>
<el-col :span="1.5">
@@ -42,7 +41,6 @@
size="mini"
:disabled="single"
@click="handleUpdate"
- v-hasPermi="['system:contract:edit']"
>淇敼</el-button>
</el-col>
<el-col :span="1.5">
@@ -53,7 +51,6 @@
size="mini"
:disabled="multiple"
@click="handleDelete"
- v-hasPermi="['system:contract:remove']"
>鍒犻櫎</el-button>
</el-col>
<el-col :span="1.5">
@@ -63,7 +60,6 @@
icon="el-icon-download"
size="mini"
@click="handleExport"
- v-hasPermi="['system:contract:export']"
>瀵煎嚭</el-button>
</el-col>
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
diff --git a/src/views/system/region/index.vue b/src/views/system/region/index.vue
index 6df087a..76c643d 100644
--- a/src/views/system/region/index.vue
+++ b/src/views/system/region/index.vue
@@ -45,7 +45,6 @@
icon="el-icon-plus"
size="mini"
@click="handleAdd"
- v-hasPermi="['system:region:add']"
>鏂板</el-button>
</el-col>
<el-col :span="1.5">
@@ -56,7 +55,6 @@
size="mini"
:disabled="single"
@click="handleUpdate"
- v-hasPermi="['system:region:edit']"
>淇敼</el-button>
</el-col>
<el-col :span="1.5">
@@ -67,7 +65,6 @@
size="mini"
:disabled="multiple"
@click="handleDelete"
- v-hasPermi="['system:region:remove']"
>鍒犻櫎</el-button>
</el-col>
<el-col :span="1.5">
@@ -77,7 +74,6 @@
icon="el-icon-download"
size="mini"
@click="handleExport"
- v-hasPermi="['system:region:export']"
>瀵煎嚭</el-button>
</el-col>
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
@@ -107,14 +103,12 @@
type="text"
icon="el-icon-edit"
@click="handleUpdate(scope.row)"
- v-hasPermi="['system:region:edit']"
>淇敼</el-button>
<el-button
size="mini"
type="text"
icon="el-icon-delete"
@click="handleDelete(scope.row)"
- v-hasPermi="['system:region:remove']"
>鍒犻櫎</el-button>
</template>
</el-table-column>
--
Gitblit v1.8.0