2
0

fix:隐藏历史账单(未接通)

This commit is contained in:
zhongzm
2025-01-17 16:26:41 +08:00
parent 333cc78ac5
commit db34e59755
2 changed files with 16 additions and 16 deletions

View File

@@ -358,17 +358,17 @@ export const customRoutes: GeneratedRoute[] = [
// hideInMenu: true // hideInMenu: true
}, },
}, },
{ // {
name: 'billing_histories', // name: 'billing_histories',
path: '/billing/histories', // path: '/billing/histories',
component: 'view.billing_histories', // component: 'view.billing_histories',
meta: { // meta: {
title: '历史查询', // title: '历史查询',
i18nKey: 'view.billing_histories', // i18nKey: 'view.billing_histories',
icon: 'material-symbols:filter-list-off', // icon: 'material-symbols:filter-list-off',
order: 3 // order: 3
}, // },
}, // },
{ {
name: 'billing_rechargehistory', name: 'billing_rechargehistory',
path: '/billing/rechargehistory', path: '/billing/rechargehistory',

View File

@@ -20,11 +20,11 @@ const menuItems = [
path: '/billing/recharge' path: '/billing/recharge'
}, },
{ // {
icon: CreditCardOutlined, // icon: CreditCardOutlined,
title: t('page.histories.Historicalbilling'), // title: t('page.histories.Historicalbilling'),
path: '/billing/histories' // path: '/billing/histories'
}, // },
{ {
icon: DollarOutlined, icon: DollarOutlined,
title: t('page.Rechargehistory.recharge'), title: t('page.Rechargehistory.recharge'),