FIX
This commit is contained in:
@@ -177,7 +177,13 @@ const all = (t)=>{
|
||||
route:'/administrator/organization',
|
||||
key:'sub13',
|
||||
isShow:true,
|
||||
}]
|
||||
},{
|
||||
name:'Design Frequency',
|
||||
icon:'usetime',
|
||||
route:'/administrator/designFrequency',
|
||||
key:'sub14',
|
||||
isShow:true,
|
||||
},]
|
||||
}
|
||||
const schoolOrEnterprise = (t) =>{
|
||||
return[
|
||||
@@ -194,6 +200,19 @@ const schoolOrEnterprise = (t) =>{
|
||||
icon:'usetime',
|
||||
key:'sub2',
|
||||
isShow:true,
|
||||
},{
|
||||
name:'Function Use CHART',
|
||||
route:'/administrator/recentActiveChart',
|
||||
icon:'usetime',
|
||||
key:'sub3',
|
||||
isShow:true,
|
||||
},
|
||||
{
|
||||
name:'Design Frequency',
|
||||
icon:'usetime',
|
||||
route:'/administrator/designFrequency',
|
||||
key:'sub4',
|
||||
isShow:true,
|
||||
},
|
||||
// {
|
||||
// name:'Credits Detail',
|
||||
@@ -215,7 +234,8 @@ const schoolOrEnterprise = (t) =>{
|
||||
// route:'/administrator/designFrequency',
|
||||
// key:'sub5',
|
||||
// isShow:true,
|
||||
// },{
|
||||
// },
|
||||
// {
|
||||
// name:'Generate Frequency',
|
||||
// icon:'usetime',
|
||||
// route:'/administrator/generateFrequency',
|
||||
|
||||
Reference in New Issue
Block a user