feat:充值显示和菜单图标修改
This commit is contained in:
@@ -545,7 +545,7 @@ const local:any = {
|
||||
},
|
||||
carddata:{
|
||||
Rechargeamount:'充值金额',
|
||||
money:'元',
|
||||
money:'¥',
|
||||
Customization:'自定义',
|
||||
price:'售价',
|
||||
setprice:'请输入金额',
|
||||
|
||||
@@ -271,7 +271,7 @@ export const customRoutes: GeneratedRoute[] = [
|
||||
meta: {
|
||||
title: '终端设备',
|
||||
i18nKey: 'view.endpoint',
|
||||
icon: 'icon-park-outline:all-application',
|
||||
icon: 'ant-design:cluster-outlined',
|
||||
order: 11,
|
||||
//hideInMenu: true
|
||||
},
|
||||
@@ -295,7 +295,7 @@ export const customRoutes: GeneratedRoute[] = [
|
||||
meta: {
|
||||
title: '当前设备',
|
||||
i18nKey: 'view.endpoint_access',
|
||||
icon: 'material-symbols:filter-list-off',
|
||||
icon: 'ant-design:partition-outlined',
|
||||
order: 1
|
||||
},
|
||||
},
|
||||
@@ -306,7 +306,7 @@ export const customRoutes: GeneratedRoute[] = [
|
||||
meta: {
|
||||
title: '历史',
|
||||
i18nKey: 'view.endpoint_records',
|
||||
icon: 'ic:round-supervisor-account',
|
||||
icon: 'ant-design:apartment-outlined',
|
||||
order: 3,
|
||||
}
|
||||
},
|
||||
@@ -330,7 +330,7 @@ export const customRoutes: GeneratedRoute[] = [
|
||||
meta: {
|
||||
title: '账单',
|
||||
i18nKey: 'view.billing',
|
||||
icon: 'icon-park-outline:all-application',
|
||||
icon: 'ant-design:account-book-outlined',
|
||||
order: 13,
|
||||
//hideInMenu: true
|
||||
},
|
||||
@@ -342,7 +342,7 @@ export const customRoutes: GeneratedRoute[] = [
|
||||
meta: {
|
||||
title: '订单服务',
|
||||
i18nKey: 'view.billing_billservice',
|
||||
icon: 'material-symbols:filter-list-off',
|
||||
icon: 'ant-design:money-collect-outlined',
|
||||
order: 1,
|
||||
hideInMenu: true
|
||||
},
|
||||
@@ -354,7 +354,7 @@ export const customRoutes: GeneratedRoute[] = [
|
||||
meta: {
|
||||
title: '充值服务',
|
||||
i18nKey: 'view.recharge_rechargeservice',
|
||||
icon: 'material-symbols:filter-list-off',
|
||||
icon: 'ant-design:money-collect-outlined',
|
||||
order: 2,
|
||||
// hideInMenu: true
|
||||
},
|
||||
@@ -377,7 +377,7 @@ export const customRoutes: GeneratedRoute[] = [
|
||||
meta: {
|
||||
title: '充值记录',
|
||||
i18nKey: 'view.billing_Rechargehistory',
|
||||
icon: 'material-symbols:filter-list-off',
|
||||
icon: 'ant-design:calendar-outlined',
|
||||
order: 4
|
||||
},
|
||||
},
|
||||
@@ -388,7 +388,7 @@ export const customRoutes: GeneratedRoute[] = [
|
||||
meta: {
|
||||
title: '套餐记录',
|
||||
i18nKey: 'view.billing_packagehistories',
|
||||
icon: 'material-symbols:filter-list-off',
|
||||
icon: 'ant-design:shopping-outlined',
|
||||
order: 8
|
||||
},
|
||||
},
|
||||
@@ -411,7 +411,7 @@ export const customRoutes: GeneratedRoute[] = [
|
||||
meta: {
|
||||
title: '上网记录',
|
||||
i18nKey: 'view.endpoint_cdrlrecords',
|
||||
icon: 'material-symbols:filter-list-off',
|
||||
icon: 'ant-design:book-outlined',
|
||||
order: 4
|
||||
},
|
||||
},
|
||||
@@ -447,7 +447,7 @@ export const customRoutes: GeneratedRoute[] = [
|
||||
meta: {
|
||||
title: '个人信息',
|
||||
i18nKey: 'view.userInfo',
|
||||
icon: 'icon-park-outline:all-application',
|
||||
icon: 'ant-design:idcard-outlined',
|
||||
order: 16,
|
||||
},
|
||||
children: [
|
||||
|
||||
Reference in New Issue
Block a user