门禁授权操作优化

This commit is contained in:
15683799673
2025-07-01 08:44:21 +08:00
parent d24d03457a
commit bef5cc55e9
5 changed files with 37 additions and 20 deletions

View File

@@ -51,5 +51,6 @@ export interface TreeNode<T = any> {
title?: string;
key?:any
disabled: boolean
}