fix:进度条
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 4m44s

This commit is contained in:
sexygoat
2026-04-30 17:01:00 +08:00
parent 78a41513bd
commit 81155fd8e4
12 changed files with 457 additions and 178 deletions

View File

@@ -132,6 +132,8 @@ export interface DeviceGatewayInfo {
connect_time?: string // 本次联网时长(秒)
last_online_time?: string // 设备最后在线时间
last_update_time?: string // 信息最后更新时间
signal_quality?: string // 信号综合判断
signal_bad_reason?: string // 信号较弱原因提示
rsrp?: number // 信号接收功率(dBm)
rsrq?: number // 信号接收质量(dB)
rssi?: string // 信号强度
@@ -145,6 +147,7 @@ export interface DeviceGatewayInfo {
mac_address?: string // MAC 地址
limit_speed?: number // 限速(KB/s)0=不限
current_iccid?: string // 当前使用卡 ICCID
client_number?: number // 当前已连接客户端数
max_clients?: number // 最大连接客户端数
software_version?: string // 固件版本
switch_mode?: string // 切卡模式
@@ -199,6 +202,7 @@ export interface AssetPackageUsageRecord {
package_usage_id?: number // 套餐使用记录 ID
package_id?: number // 套餐 ID
package_name?: string // 套餐名称
order_no?: string // 订单号
package_type?: PackageType // formal正式套餐/ addon加油包
usage_type?: UsageType // 使用类型single_card/device
status?: PackageUsageStatus // 0 待生效 / 1 生效中 / 2 已用完 / 3 已过期 / 4 已失效