mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-11-14 14:57:13 +08:00
refactor: 重构用户管理部门树,支持部门管理
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
v-permission="['system:dept:delete']"
|
||||
status="danger"
|
||||
:title="record.isSystem ? '系统内置数据不能删除' : undefined"
|
||||
:disabled="record.disabled"
|
||||
:disabled="record.isSystem"
|
||||
@click="onDelete(record)"
|
||||
>
|
||||
删除
|
||||
|
||||
Reference in New Issue
Block a user