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",
|
||||
|
||||
Reference in New Issue
Block a user