2
0

feat:菜单顺序调整

This commit is contained in:
zhongzm
2025-06-19 15:39:18 +08:00
parent d2890a25b6
commit b9ef0e4e3f

View File

@@ -378,7 +378,7 @@ export const customRoutes: GeneratedRoute[] = [
title: '充值记录',
i18nKey: 'view.billing_Rechargehistory',
icon: 'ant-design:calendar-outlined',
order: 4
order: 3
},
},
{
@@ -389,21 +389,21 @@ export const customRoutes: GeneratedRoute[] = [
title: '套餐记录',
i18nKey: 'view.billing_packagehistories',
icon: 'ant-design:shopping-outlined',
order: 8
},
},
{
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
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: 5,
// hideInMenu: true
// },
// },
{
name: 'billing_cdrlrecords',
path: '/billing/cdrlrecords',
@@ -412,7 +412,7 @@ export const customRoutes: GeneratedRoute[] = [
title: '上网记录',
i18nKey: 'view.endpoint_cdrlrecords',
icon: 'ant-design:book-outlined',
order: 4
order: 6
},
},
{
@@ -420,10 +420,10 @@ export const customRoutes: GeneratedRoute[] = [
path: '/billing/bill',
component: 'view.billing_bill',
meta: {
title: '上网记录',
title: '账单记录',
i18nKey: 'view.endpoint_bill',
icon: 'ant-design:book-outlined',
order: 5
order: 8
},
},
{