2
0

fix:历史记录界面后端对接

This commit is contained in:
zhongzm
2024-12-18 17:24:26 +08:00
parent 7cf6249fd8
commit a6342d7036
8 changed files with 327 additions and 216 deletions

View File

@@ -562,6 +562,8 @@ const local: any = {
uptime:"Up Time",
lasttime:"Last seen Time",
cdr:"CDR Records",
refresh:"Refresh",
mac:"MAC"
},
records:{
clientID:"Client ID",
@@ -572,6 +574,7 @@ const local: any = {
endtime:"End Time",
clienthistory:"Client history",
refresh:"Refresh",
dataUsage:"Data Usage",
},
access:{
devicename:"Device Name",

View File

@@ -562,6 +562,8 @@ const local:any = {
uptime:"接入时间",
lasttime:"断开时间",
cdr:"CDR记录",
refresh:"刷新",
mac:"mac地址"
},
records:{
clientID:"设备ID",
@@ -572,6 +574,7 @@ const local:any = {
endtime:"结束时间",
clienthistory:"接入历史记录",
refresh:"刷新",
dataUsage:"流量使用量",
},
access:{
devicename:"设备名称",