封禁列表

This commit is contained in:
helen 2024-12-25 09:08:19 +08:00
parent 3e9f45c99e
commit d9a89fac59

View File

@ -81,8 +81,8 @@
<el-table-column label="状态" align="center" prop="handLingStatus" /> <el-table-column label="状态" align="center" prop="handLingStatus" />
<el-table-column label="操作" align="center" class-name="small-padding fixed-width" width="150px"> <el-table-column label="操作" align="center" class-name="small-padding fixed-width" width="150px">
<template #default="scope"> <template #default="scope">
<el-button v-hasPermi="['manage:banned:edit']" link type="primary" @click="handleUpdate(scope.row)">封禁</el-button> <el-button v-hasPermi="['manage:report:edit']" link type="primary" @click="handleUpdate(scope.row)">封禁</el-button>
<el-button v-hasPermi="['manage:banned:remove']" link type="primary" @click="handleDelete(scope.row)">删除{{ radio1 }}</el-button> <el-button v-hasPermi="['manage:report:remove']" link type="primary" @click="handleDelete(scope.row)">删除{{ radio1 }}</el-button>
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>