perf: 修改 perm node title

This commit is contained in:
ibuler
2022-03-07 14:38:09 +08:00
committed by 老广
parent 46e119db1f
commit fa2c70c6be
2 changed files with 3 additions and 2 deletions

View File

@@ -339,7 +339,7 @@ class PermissionTreeUtil:
node = TreeNode(**{
'id': p.id,
'name': name,
'title': p.name,
'title': p.app_label_codename,
'pId': model_id,
'isParent': False,
'chkDisabled': self.check_disabled,