From 7ca1a8ec18fccca9102cd1179e05fdc877bdc511 Mon Sep 17 00:00:00 2001 From: 唐耀东 <18861537@qq.com> Date: 星期三, 18 五月 2022 16:47:40 +0800 Subject: [PATCH] 提交代码 --- src/views/construction/ipc/index.vue | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/src/views/construction/ipc/index.vue b/src/views/construction/ipc/index.vue index 3018494..d00d645 100644 --- a/src/views/construction/ipc/index.vue +++ b/src/views/construction/ipc/index.vue @@ -34,7 +34,6 @@ icon="el-icon-plus" size="mini" @click="handleAdd" - v-hasPermi="['oa:ipc:add']" >鏂板 </el-button> </el-col> @@ -46,7 +45,6 @@ size="mini" :disabled="single" @click="handleUpdate" - v-hasPermi="['oa:ipc:edit']" >淇敼 </el-button> </el-col> @@ -58,7 +56,6 @@ size="mini" :disabled="multiple" @click="handleDelete" - v-hasPermi="['oa:ipc:remove']" >鍒犻櫎 </el-button> </el-col> @@ -101,7 +98,6 @@ type="text" icon="el-icon-edit" @click="handleUpdate(scope.row)" - v-hasPermi="['oa:ipc:edit']" >淇敼 </el-button> <el-button @@ -110,7 +106,6 @@ class="del-btn" icon="el-icon-delete" @click="handleDelete(scope.row)" - v-hasPermi="['oa:ipc:remove']" >鍒犻櫎 </el-button> </template> -- Gitblit v1.9.1