From fed41b2fd390ae729c05f63fcbc9f5e93cfd8f71 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期五, 19 四月 2024 15:56:03 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- src/views/system/report/index.vue | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/views/system/report/index.vue b/src/views/system/report/index.vue index 474fafb..f399ce2 100644 --- a/src/views/system/report/index.vue +++ b/src/views/system/report/index.vue @@ -52,6 +52,7 @@ icon="el-icon-plus" size="mini" @click="handleAdd" + v-hasPermi="['system:report:add']" >鏂板</el-button> </el-col> <!-- <el-col :span="1.5">--> @@ -72,6 +73,7 @@ size="mini" :disabled="multiple" @click="handleDelete" + v-hasPermi="['system:report:remove']" >鍒犻櫎</el-button> </el-col> <el-col :span="1.5"> @@ -81,6 +83,7 @@ icon="el-icon-download" size="mini" @click="handleExport" + v-hasPermi="['system:report:export']" >瀵煎嚭</el-button> </el-col> <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar> @@ -118,7 +121,7 @@ type="text" icon="el-icon-edit" @click="handleAuditing(scope.row)" - v-hasPermi="['system:report:audit']" + v-hasPermi="['system:report:edit']" v-if="scope.row.status === 0" >瀹℃牳</el-button> <el-button -- Gitblit v1.8.0