Update the menu path and type columns (#622)

* Update the menu path and type columns

* Update build vben5 tree

* Update data
This commit is contained in:
Wu Clan
2025-05-22 21:22:24 +08:00
committed by GitHub
parent f3f1ceb595
commit b275481742
6 changed files with 28 additions and 24 deletions
+2
View File
@@ -44,6 +44,8 @@ class MenuType(IntEnum):
directory = 0
menu = 1
button = 2
embedded = 3
link = 4
class RoleDataRuleOperatorType(IntEnum):