From 596940048ca4a9b3a18cd1a1c85e698db504035e Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期五, 08 三月 2024 09:53:05 +0800
Subject: [PATCH] 考核模板修改bug处理
---
src/views/system/publish/index.vue | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/src/views/system/publish/index.vue b/src/views/system/publish/index.vue
index bbab18a..9f793e7 100644
--- a/src/views/system/publish/index.vue
+++ b/src/views/system/publish/index.vue
@@ -69,7 +69,6 @@
icon="el-icon-plus"
size="mini"
@click="handleAdd"
- v-hasPermi="['system:publish:add']"
>鏂板</el-button>
</el-col>
<el-col :span="1.5">
@@ -80,7 +79,6 @@
size="mini"
:disabled="single"
@click="handleUpdate"
- v-hasPermi="['system:publish:edit']"
>淇敼</el-button>
</el-col>
<el-col :span="1.5">
@@ -91,7 +89,6 @@
size="mini"
:disabled="multiple"
@click="handleDelete"
- v-hasPermi="['system:publish:remove']"
>鍒犻櫎</el-button>
</el-col>
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
@@ -126,14 +123,12 @@
type="text"
icon="el-icon-edit"
@click="handleUpdate(scope.row)"
- v-hasPermi="['system:publish:edit']"
>淇敼</el-button>
<el-button
size="mini"
type="text"
icon="el-icon-delete"
@click="handleDelete(scope.row)"
- v-hasPermi="['system:publish:remove']"
>鍒犻櫎</el-button>
</template>
</el-table-column>
--
Gitblit v1.8.0