feat(integration): 接入 1006 辆真实车辆数据 + 24h 异常派生 + 重点品牌锚定
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
数据 - data/vehicles-real.js: 从 车辆管理-1167382387645005824.xlsx 抽取 1006 辆,含车牌/VIN/品牌/型号/部门/客户/合同等真实字段 - 接入分布按业务要求: GB32960 在线 700 / JT808 在线 950 / 完全未对接 30 - 业务规则: GB 未对接 226 辆 = 苏龙 197 + 海伯特 29(从帕力安牌中重命名 29 辆) - DEPARTMENTS 扩展 biz5 / biz6 以匹配 xlsx 部门 - fleet.js 优先使用 RAW_VEHICLES,前 12 辆叠加乍浦港地图坐标 派生状态 - integration.jsx 新增 effectiveStatus(): offline 且 lastSeen ≥ 24h → abnormal (异常) - ConnPill 增 abnormal 红色态; 重点标记 = 双通道均 abnormal/未对接 - 筛选/KPI 全部基于派生状态实时计算(每 30s 重算)
This commit is contained in:
@@ -38,6 +38,7 @@
|
||||
<script src="https://unpkg.com/react@18.3.1/umd/react.development.js" integrity="sha384-hD6/rw4ppMLGNu3tX5cjIb+uRZ7UkRJ6BPkLpg4hAu/6onKUg4lLsHAs9EBPT82L" crossorigin="anonymous"></script>
|
||||
<script src="https://unpkg.com/react-dom@18.3.1/umd/react-dom.development.js" integrity="sha384-u6aeetuaXnQ38mYT8rp6sbXaQe3NL9t+IBXmnYxwkUI2Hw4bsp2Wvmx4yRQF1uAm" crossorigin="anonymous"></script>
|
||||
<script src="https://unpkg.com/@babel/standalone@7.29.0/babel.min.js" integrity="sha384-m08KidiNqLdpJqLq95G/LEi8Qvjl/xUYll3QILypMoQ65QorJ9Lvtp2RXYGBFj1y" crossorigin="anonymous"></script>
|
||||
<script src="data/vehicles-real.js"></script>
|
||||
<script src="data/fleet.js"></script>
|
||||
<script type="text/babel" src="design-canvas.jsx"></script>
|
||||
<script type="text/babel" src="tweaks-panel.jsx"></script>
|
||||
|
||||
Reference in New Issue
Block a user