fix: 会员管理取消操作按钮

pull/16/head
TianYu 2023-05-25 17:00:11 +08:00
parent e6c0b55c09
commit 56c8e53fa0
1 changed files with 4 additions and 4 deletions

View File

@ -65,10 +65,10 @@
</el-table-column>
<el-table-column label="操作" align="center" class-name="small-padding fixed-width">
<template v-slot="scope">
<el-button size="mini" type="text" icon="el-icon-edit" @click="handleUpdate(scope.row)"
v-hasPermi="['member:user:update']">查看</el-button>
<el-button size="mini" type="text" icon="el-icon-delete" @click="handleDelete(scope.row)"
v-hasPermi="['member:user:delete']">删除</el-button>
<!-- <el-button size="mini" type="text" icon="el-icon-edit" @click="handleUpdate(scope.row)"-->
<!-- v-hasPermi="['member:user:update']">查看</el-button>-->
<!-- <el-button size="mini" type="text" icon="el-icon-delete" @click="handleDelete(scope.row)"-->
<!-- v-hasPermi="['member:user:delete']">删除</el-button>-->
</template>
</el-table-column>
</el-table>