feat(web): 增加tab切换刷新内容
This commit is contained in:
@@ -6,6 +6,7 @@ export function tabCheck() {
|
|||||||
visibleOn: checkerOnly,
|
visibleOn: checkerOnly,
|
||||||
title: '审核审查',
|
title: '审核审查',
|
||||||
icon: 'fa fa-shield-halved',
|
icon: 'fa fa-shield-halved',
|
||||||
|
reload: true,
|
||||||
body: [
|
body: [
|
||||||
{
|
{
|
||||||
type: 'crud',
|
type: 'crud',
|
||||||
|
|||||||
@@ -85,6 +85,7 @@ export function tabData() {
|
|||||||
visibleOn: userOnly,
|
visibleOn: userOnly,
|
||||||
title: '数据资源',
|
title: '数据资源',
|
||||||
icon: 'fa fa-database',
|
icon: 'fa fa-database',
|
||||||
|
reload: true,
|
||||||
body: resourceList(),
|
body: resourceList(),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -17,6 +17,7 @@ export function tabPermissions() {
|
|||||||
visibleOn: userOnly,
|
visibleOn: userOnly,
|
||||||
title: '权属管理',
|
title: '权属管理',
|
||||||
icon: 'fa fa-user-shield',
|
icon: 'fa fa-user-shield',
|
||||||
|
reload: true,
|
||||||
body: {
|
body: {
|
||||||
type: 'tabs',
|
type: 'tabs',
|
||||||
tabs: [
|
tabs: [
|
||||||
|
|||||||
@@ -15,6 +15,7 @@ export function tabUser() {
|
|||||||
visibleOn: administratorOnly,
|
visibleOn: administratorOnly,
|
||||||
title: '用户管理',
|
title: '用户管理',
|
||||||
icon: 'fa fa-user',
|
icon: 'fa fa-user',
|
||||||
|
reload: true,
|
||||||
body: [
|
body: [
|
||||||
{
|
{
|
||||||
type: 'crud',
|
type: 'crud',
|
||||||
|
|||||||
Reference in New Issue
Block a user