2
0

fix:账单服务界面

This commit is contained in:
zhongzm
2024-12-24 18:36:22 +08:00
parent f3667813ae
commit 87fe7bd5df
6 changed files with 178 additions and 2 deletions

View File

@@ -7,11 +7,15 @@ const viewEn: any = {
"view.billing_histories": "Historical",
"view.billing_Rechargehistory":"Recharge history",
"view.billing_Internetdetails":"Internet details",
"view.billing_billservice":"Bill service",
"view.set-meal": "Package",
"view.userInfo":"User Information",
"view.userInfo_profile":"Change Information",
"view.userInfo_resetpwd":"Reset Password",
"view.userInfo_device":"Device management",
"view.userInfo_access":"Currently connected device",
"view.userInfo_records":"History device",
"view.cdrlrecords":"CDR records",
};
const local: any = {
@@ -542,6 +546,7 @@ const local: any = {
Unpaid:'Unpaid',
},
Internetdetails:{
title:"Internet Details",
month:"month",
year:"year",
starttime:"Start Time",
@@ -580,7 +585,7 @@ const local: any = {
devicename:"Device Name",
mac:"Mac",
speed:"Current Rate",
currentdevice:"The device is currently connected",
currentdevice:"Currently connected",
refresh:"Refresh",
},
usercard:{
@@ -588,6 +593,9 @@ const local: any = {
resetpwd:"Reset password",
KYC:"KYC Certification",
deviceconsole:"Device management",
access:"Currently connected device",
records:"History connected",
cdrlrecords: "CDR records",
},
device:{
title: "Device management",

View File

@@ -4,6 +4,7 @@ const viewZh: any = {
"view.endpoint_records": "历史设备",
"view.endpoint_cdrlrecords":"cdr记录",
"view.billing": "账单",
"view.billing_billservice":"账单服务",
"view.billing_histories": "历史查询",
"view.billing_Rechargehistory":"充值记录",
"view.billing_Internetdetails":"上网详单",
@@ -12,6 +13,9 @@ const viewZh: any = {
"view.userInfo_profile":"修改信息",
"view.userInfo_resetpwd":"修改密码",
"view.userInfo_device":"设备管理",
"view.userInfo_accsee":"当前设备",
"view.userInfo_records":"历史设备",
"view.userInfo_cdrlrecords":"cdr记录",
};
const local:any = {
@@ -542,6 +546,7 @@ const local:any = {
Unpaid:'未支付',
},
Internetdetails:{
title:"上网详单",
month:"月",
year:"年",
starttime:"起始时间",
@@ -588,6 +593,9 @@ const local:any = {
resetpwd:"修改密码",
KYC:"KYC认证",
deviceconsole:"设备管理",
access:"当前设备",
records:"历史连接",
cdrlrecords: "CDR记录",
},
device:{
title: "设备管理",