From 8e4390ad37bc640ec26499006e15fdd73db47f12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E8=BE=89?= <814457906@qq.com> Date: Thu, 9 Feb 2023 14:25:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/classifyItem/index.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/system/classifyItem/index.vue b/src/views/system/classifyItem/index.vue index fc0956a..bd3349a 100644 --- a/src/views/system/classifyItem/index.vue +++ b/src/views/system/classifyItem/index.vue @@ -54,7 +54,7 @@ icon="el-icon-plus" size="mini" @click="handleAdd" - v-hasPermi="['classify:info:add']" + v-hasPermi="['system:classifyItem:add']" >新增 @@ -66,7 +66,7 @@ size="mini" :disabled="single" @click="handleUpdate" - v-hasPermi="['classify:info:edit']" + v-hasPermi="['system:classifyItem:edit']" >修改 @@ -78,7 +78,7 @@ size="mini" :disabled="multiple" @click="handleDelete" - v-hasPermi="['classify:info:remove']" + v-hasPermi="['system:classifyItem:remove']" >删除 @@ -125,7 +125,7 @@ type="text" icon="el-icon-edit" @click="handleUpdate(scope.row)" - v-hasPermi="['classify:info:edit']" + v-hasPermi="['system:classifyItem:edit']" >修改 删除