更新
This commit is contained in:
@@ -48,6 +48,19 @@
|
||||
min-width="150"
|
||||
show-overflow-tooltip
|
||||
/>
|
||||
<el-table-column
|
||||
label="人数"
|
||||
min-width="100"
|
||||
align="center"
|
||||
show-overflow-tooltip
|
||||
>
|
||||
<template #header>
|
||||
<span title="含本部门及所有下级部门的管理员数">人数(含下级)</span>
|
||||
</template>
|
||||
<template #default="{ row }">
|
||||
{{ row.admin_count ?? 0 }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="部门状态" prop="status" min-width="100">
|
||||
<template #default="{ row }">
|
||||
<el-tag class="ml-2" :type="row.status ? 'primary' : 'danger'">{{
|
||||
|
||||
Reference in New Issue
Block a user