From 4c86504877966bc460aa605d02a2c8195635f8a2 Mon Sep 17 00:00:00 2001 From: 龚焕茏 <2842157468@qq.com> Date: 星期四, 25 四月 2024 18:05:57 +0800 Subject: [PATCH] 合同积分新增、查询、修改、审核、删除、导出 --- 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