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/point/index.vue | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/views/system/point/index.vue b/src/views/system/point/index.vue index 578d5c0..c8b775e 100644 --- a/src/views/system/point/index.vue +++ b/src/views/system/point/index.vue @@ -49,6 +49,7 @@ size="mini" :disabled="single" @click="handleUpdate" + v-hasPermi="['point:edit']" >淇敼</el-button> </el-col> <el-col :span="1.5"> @@ -59,6 +60,7 @@ size="mini" :disabled="multiple" @click="handleDelete" + v-hasPermi="['point:remove']" >鍒犻櫎</el-button> </el-col> <el-col :span="1.5"> @@ -68,6 +70,7 @@ icon="el-icon-top" size="mini" @click="handleImportPoint" + v-hasPermi="['point:import']" >瀵煎叆鐐逛綅</el-button> </el-col> <el-col :span="1.5"> @@ -77,6 +80,7 @@ icon="el-icon-receiving" size="mini" @click="handleEditBatch" + v-hasPermi="['point:edit']" >鎵归噺淇敼</el-button> </el-col> <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar> @@ -116,12 +120,14 @@ type="text" icon="el-icon-edit" @click="handleUpdate(scope.row)" + v-hasPermi="['point:edit']" >淇敼</el-button> <el-button size="mini" type="text" icon="el-icon-delete" @click="handleDelete(scope.row)" + v-hasPermi="['point:remove']" >鍒犻櫎</el-button> </template> </el-table-column> -- Gitblit v1.8.0