feat:菜单顺序调整
This commit is contained in:
@@ -378,7 +378,7 @@ export const customRoutes: GeneratedRoute[] = [
|
|||||||
title: '充值记录',
|
title: '充值记录',
|
||||||
i18nKey: 'view.billing_Rechargehistory',
|
i18nKey: 'view.billing_Rechargehistory',
|
||||||
icon: 'ant-design:calendar-outlined',
|
icon: 'ant-design:calendar-outlined',
|
||||||
order: 4
|
order: 3
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -389,21 +389,21 @@ export const customRoutes: GeneratedRoute[] = [
|
|||||||
title: '套餐记录',
|
title: '套餐记录',
|
||||||
i18nKey: 'view.billing_packagehistories',
|
i18nKey: 'view.billing_packagehistories',
|
||||||
icon: 'ant-design:shopping-outlined',
|
icon: 'ant-design:shopping-outlined',
|
||||||
order: 8
|
order: 4
|
||||||
},
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: 'billing_Internetdetails',
|
|
||||||
path: '/billing/Internetdetails',
|
|
||||||
component: 'view.billing_Internetdetails',
|
|
||||||
meta: {
|
|
||||||
title: '上网详单',
|
|
||||||
i18nKey: 'view.billing_Internetdetails',
|
|
||||||
icon: 'material-symbols:filter-list-off',
|
|
||||||
order: 9,
|
|
||||||
hideInMenu: true
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
// {
|
||||||
|
// name: 'billing_Internetdetails',
|
||||||
|
// path: '/billing/Internetdetails',
|
||||||
|
// component: 'view.billing_Internetdetails',
|
||||||
|
// meta: {
|
||||||
|
// title: '上网详单',
|
||||||
|
// i18nKey: 'view.billing_Internetdetails',
|
||||||
|
// icon: 'material-symbols:filter-list-off',
|
||||||
|
// order: 5,
|
||||||
|
// hideInMenu: true
|
||||||
|
// },
|
||||||
|
// },
|
||||||
{
|
{
|
||||||
name: 'billing_cdrlrecords',
|
name: 'billing_cdrlrecords',
|
||||||
path: '/billing/cdrlrecords',
|
path: '/billing/cdrlrecords',
|
||||||
@@ -412,7 +412,7 @@ export const customRoutes: GeneratedRoute[] = [
|
|||||||
title: '上网记录',
|
title: '上网记录',
|
||||||
i18nKey: 'view.endpoint_cdrlrecords',
|
i18nKey: 'view.endpoint_cdrlrecords',
|
||||||
icon: 'ant-design:book-outlined',
|
icon: 'ant-design:book-outlined',
|
||||||
order: 4
|
order: 6
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -420,10 +420,10 @@ export const customRoutes: GeneratedRoute[] = [
|
|||||||
path: '/billing/bill',
|
path: '/billing/bill',
|
||||||
component: 'view.billing_bill',
|
component: 'view.billing_bill',
|
||||||
meta: {
|
meta: {
|
||||||
title: '上网记录',
|
title: '账单记录',
|
||||||
i18nKey: 'view.endpoint_bill',
|
i18nKey: 'view.endpoint_bill',
|
||||||
icon: 'ant-design:book-outlined',
|
icon: 'ant-design:book-outlined',
|
||||||
order: 5
|
order: 8
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user