This commit is contained in:
duteliang
2024-02-03 00:43:43 +08:00
parent feeb1557a2
commit 8afc08719b
30 changed files with 60 additions and 117 deletions

View File

@@ -40,7 +40,7 @@
</el-row>
<el-table v-loading="loading" :data="userForbidList" @selection-change="handleSelectionChange">
<el-table-column type="selection" width="55" align="center"/>
<!-- <el-table-column type="selection" width="55" align="center"/>-->
<el-table-column label="类型" align="center" prop="type">
<template v-slot="scope">
<cai-dict-tag :options="forbidTypeList" :value="scope.row.type"/>