可以根据管理界面设置/用户界面设置隐藏财务相关功能菜单

This commit is contained in:
刘祥超
2021-01-13 17:50:03 +08:00
parent dffc806fcc
commit 02fbc0de94
8 changed files with 36 additions and 3 deletions

View File

@@ -88,5 +88,6 @@ func defaultUserUIConfig() *systemconfigs.UserUIConfig {
UserSystemName: "GoEdge用户系统",
ShowOpenSourceInfo: true,
ShowVersion: true,
ShowFinance: true,
}
}