This commit is contained in:
Your Name
2026-04-18 15:54:14 +08:00
parent fa3da15228
commit 4097fe0cc6
271 changed files with 1257 additions and 369 deletions
@@ -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'">{{