完善客户画像,品牌分析

This commit is contained in:
ZLI263
2025-09-21 21:25:28 +08:00
parent 3c9b01f639
commit 0eef93e0d4
7 changed files with 756 additions and 452 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -68,13 +68,7 @@
<el-table-column label="设备信息(最近一次)" min-width="300">
<template slot-scope="scope">
<div class="device-info">
<div>联网时间: {{ scope.row.lastOnlineTime || '-' }}</div>
<div>开机时间: {{ scope.row.lastPowerOnTime || '-' }}</div>
<div>关机时间: {{ scope.row.lastPowerOffTime || '-' }}</div>
<div>WIFI名称: {{ scope.row.wifiName || '-' }}</div>
<div>未上传数量: {{ scope.row.unuploadedCount || 0 }}</div>
<div>空间大小: {{ scope.row.storageUsed || '0GB' }}/{{ scope.row.storageSize || '0GB' }}</div>
<div>剩余电量: {{ scope.row.remainingBattery || '-' }}</div>
<div>
充电状态:
<span