1
0

feat(frontend): 增加数据资源查看界面

This commit is contained in:
2024-11-21 19:18:04 +08:00
parent c51228bf42
commit aeb89e2367
5 changed files with 360 additions and 264 deletions

View File

@@ -0,0 +1,10 @@
export function tabSettings() {
return {
visibleOn: '${role === "ADMINISTRATOR"}',
title: '系统管理',
icon: 'fa fa-gear',
body: [
'hello world'
]
}
}