1
0

feat(web): 增加tab切换刷新内容

This commit is contained in:
2024-11-29 10:07:00 +08:00
parent 58f2173fb0
commit 841f1af49a
4 changed files with 4 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ export function tabCheck() {
visibleOn: checkerOnly,
title: '审核审查',
icon: 'fa fa-shield-halved',
reload: true,
body: [
{
type: 'crud',

View File

@@ -85,6 +85,7 @@ export function tabData() {
visibleOn: userOnly,
title: '数据资源',
icon: 'fa fa-database',
reload: true,
body: resourceList(),
}
}

View File

@@ -17,6 +17,7 @@ export function tabPermissions() {
visibleOn: userOnly,
title: '权属管理',
icon: 'fa fa-user-shield',
reload: true,
body: {
type: 'tabs',
tabs: [

View File

@@ -15,6 +15,7 @@ export function tabUser() {
visibleOn: administratorOnly,
title: '用户管理',
icon: 'fa fa-user',
reload: true,
body: [
{
type: 'crud',