refactor: 重构用户管理部门树,支持部门管理

This commit is contained in:
2024-05-20 21:20:16 +08:00
parent b0552779ba
commit ca05fabdec
4 changed files with 317 additions and 40 deletions

View File

@@ -59,7 +59,7 @@
v-permission="['system:dept:delete']"
status="danger"
:title="record.isSystem ? '系统内置数据不能删除' : undefined"
:disabled="record.disabled"
:disabled="record.isSystem"
@click="onDelete(record)"
>
删除