Rename table t_element to t_func

This commit is contained in:
2023-11-30 23:04:17 +08:00
parent d9e1cbcfa3
commit e30a8c7b00
3 changed files with 24 additions and 24 deletions

View File

@@ -411,7 +411,7 @@ const Role: React.FC = () => {
value.tree = powerListToPowerTree(
value.modules,
value.menus,
value.elements,
value.funcs,
value.operations
)
@@ -454,7 +454,7 @@ const Role: React.FC = () => {
powerListToPowerTree(
powerSet.moduleList,
powerSet.menuList,
powerSet.elementList,
powerSet.funcList,
powerSet.operationList
)
)