feat:账单系统
This commit is contained in:
@@ -7,6 +7,7 @@ const viewEn: any = {
|
||||
"view.endpoint_access": "Current Connection",
|
||||
"view.endpoint_records": "Past Connection",
|
||||
"view.endpoint_cdrlrecords":"Internet Records",
|
||||
"view.endpoint_bill":"Bill Records",
|
||||
"view.billing": "Billing",
|
||||
"view.billing_histories": "Historical",
|
||||
"view.billing_Rechargehistory":"Recharge History",
|
||||
@@ -740,6 +741,30 @@ const local: any = {
|
||||
confirm:'Confirm',
|
||||
insufficientBalance:'Insufficient balance'
|
||||
},
|
||||
bill:{
|
||||
loading:'Loading',
|
||||
tipTitle:'Bill DownLoad',
|
||||
exportTip:'Sure to download?',
|
||||
total:'Total',
|
||||
invoiceNumber:'Bill Number',
|
||||
title: 'Bill List',
|
||||
billDate: 'Bill Date',
|
||||
amount: 'Amount',
|
||||
billType: 'Bill Type',
|
||||
statu: 'Status',
|
||||
actions: 'Action',
|
||||
download: 'Download',
|
||||
preview: 'Preview',
|
||||
exportOk: 'Download Success',
|
||||
exportFail: 'Download Fail',
|
||||
previewTitle: 'Bill Preview',
|
||||
previewFailed: 'Preview fail',
|
||||
noFile: 'No billing documents available',
|
||||
types: {
|
||||
recharge:'Recharge',
|
||||
package: 'Package',
|
||||
},
|
||||
},
|
||||
kyc:{
|
||||
rejectReason:'Reject Reason:',
|
||||
drive:'Driving license',
|
||||
|
||||
@@ -7,6 +7,7 @@ const viewZh: any = {
|
||||
"view.endpoint_access": "当前设备",
|
||||
"view.endpoint_records": "历史设备",
|
||||
"view.endpoint_cdrlrecords":"上网记录",
|
||||
"view.endpoint_bill":"账单记录",
|
||||
"view.billing": "账单",
|
||||
"view.billing_billservice":"账单服务",
|
||||
"view.billing_histories": "历史查询",
|
||||
@@ -602,6 +603,36 @@ const local:any = {
|
||||
Paid:'已支付',
|
||||
Unpaid:'未支付',
|
||||
},
|
||||
bill:{
|
||||
loading:'加载中',
|
||||
tipTitle:'账单下载',
|
||||
exportTip:'确定下载吗?',
|
||||
total:'共',
|
||||
invoiceNumber:'账单编号',
|
||||
title: '账单列表',
|
||||
billDate: '账单日期',
|
||||
amount: '金额',
|
||||
billType: '账单类型',
|
||||
statu: '状态',
|
||||
actions: '操作',
|
||||
download: '下载',
|
||||
preview: '预览',
|
||||
status: {
|
||||
pending: '待支付',
|
||||
paid: '已支付',
|
||||
failed: '支付失败',
|
||||
unknown: '未知状态'
|
||||
},
|
||||
exportOk: '下载成功',
|
||||
exportFail: '下载失败',
|
||||
previewTitle: '账单预览',
|
||||
previewFailed: '预览失败',
|
||||
noFile: '暂无账单文件',
|
||||
types: {
|
||||
recharge:'余额充值',
|
||||
package: '套餐费用',
|
||||
},
|
||||
},
|
||||
Internetdetails:{
|
||||
title:"上网详单",
|
||||
month:"月",
|
||||
|
||||
Reference in New Issue
Block a user