fix:充值记录界面
This commit is contained in:
@@ -10,6 +10,7 @@ const viewEn: any = {
|
||||
"view.billing": "Billing",
|
||||
"view.billing_histories": "Historical",
|
||||
"view.billing_Rechargehistory":"Recharge history",
|
||||
"view.billing_packagehistories":"Package history",
|
||||
"view.billing_Internetdetails":"Internet details",
|
||||
"view.billing_billservice":"Bill service",
|
||||
"view.set-meal": "Package",
|
||||
@@ -564,6 +565,22 @@ const local: any = {
|
||||
amount:"Amount",
|
||||
Payment:"Payment Method",
|
||||
recharge:"Recharge History",
|
||||
type:"Type",
|
||||
status:"Status",
|
||||
rechargeType:"Recharge",
|
||||
packageType:"Package",
|
||||
paid:"Paid",
|
||||
unpaid:"Unpaid",
|
||||
},
|
||||
packagehistories: {
|
||||
title: 'Package History',
|
||||
orderdate: 'Order Date',
|
||||
amount: 'Amount',
|
||||
type: 'Type',
|
||||
status: 'Status',
|
||||
packageType: 'Package',
|
||||
paid: 'Paid',
|
||||
unpaid: 'Unpaid'
|
||||
},
|
||||
cdrlrecords:{
|
||||
devicename:"Device name",
|
||||
|
||||
@@ -11,6 +11,7 @@ const viewZh: any = {
|
||||
"view.billing_billservice":"账单服务",
|
||||
"view.billing_histories": "历史查询",
|
||||
"view.billing_Rechargehistory":"充值记录",
|
||||
"view.billing_packagehistories":"套餐记录",
|
||||
"view.billing_Internetdetails":"上网详单",
|
||||
"view.set-meal": "套餐",
|
||||
"view.userInfo":"个人信息",
|
||||
@@ -564,6 +565,22 @@ const local:any = {
|
||||
amount:"充值金额",
|
||||
Payment:"充值方式",
|
||||
recharge:"充值记录",
|
||||
type:"类型",
|
||||
status:"状态",
|
||||
rechargeType:"充值",
|
||||
packageType:"套餐",
|
||||
paid:"已支付",
|
||||
unpaid:"未支付",
|
||||
},
|
||||
packagehistories: {
|
||||
title: '套餐历史',
|
||||
orderdate: '订单时间',
|
||||
amount: '金额',
|
||||
type: '类型',
|
||||
status: '状态',
|
||||
packageType: '套餐',
|
||||
paid: '已支付',
|
||||
unpaid: '未支付'
|
||||
},
|
||||
cdrlrecords:{
|
||||
devicename:"设备名称",
|
||||
|
||||
Reference in New Issue
Block a user