From 3283fe1a1b37141e2db03752c35a42a8ad3e9be2 Mon Sep 17 00:00:00 2001
From: 龚焕茏 <2842157468@qq.com>
Date: 星期一, 25 三月 2024 18:09:44 +0800
Subject: [PATCH] 事前事后报备增加筛选条件
---
src/views/system/unit/index.vue | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/src/views/system/unit/index.vue b/src/views/system/unit/index.vue
index b09b0a5..dc3bf74 100644
--- a/src/views/system/unit/index.vue
+++ b/src/views/system/unit/index.vue
@@ -44,7 +44,6 @@
icon="el-icon-plus"
size="mini"
@click="handleAdd"
- v-hasPermi="['system:unit:add']"
>鏂板</el-button>
</el-col>
<el-col :span="1.5">
@@ -55,7 +54,6 @@
size="mini"
:disabled="single"
@click="handleUpdate"
- v-hasPermi="['system:unit:edit']"
>淇敼</el-button>
</el-col>
<el-col :span="1.5">
@@ -66,7 +64,6 @@
size="mini"
:disabled="multiple"
@click="handleDelete"
- v-hasPermi="['system:unit:remove']"
>鍒犻櫎</el-button>
</el-col>
<el-col :span="1.5">
@@ -76,7 +73,6 @@
icon="el-icon-download"
size="mini"
@click="handleExport"
- v-hasPermi="['system:unit:export']"
>瀵煎嚭</el-button>
</el-col>
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
@@ -98,14 +94,12 @@
type="text"
icon="el-icon-edit"
@click="handleUpdate(scope.row)"
- v-hasPermi="['system:unit:edit']"
>淇敼</el-button>
<el-button
size="mini"
type="text"
icon="el-icon-delete"
@click="handleDelete(scope.row)"
- v-hasPermi="['system:unit:remove']"
>鍒犻櫎</el-button>
</template>
</el-table-column>
--
Gitblit v1.8.0