feat:对接监控-交通ai分析数据

This commit is contained in:
张先生
2025-03-17 13:24:02 +08:00
parent 641753aee8
commit 1b74cdf403
5 changed files with 36 additions and 95 deletions

View File

@@ -22,7 +22,7 @@
<div class="right">
<div class="item" v-for="(item, index) in homeStore.visitorInfoList" :key="index">
<div class="label">{{ item.name }}</div>
<div :class="[item.type == 4 ? 'value--error' : 'value--primary']">{{
<div :class="[[3,4].includes(item.type)? 'value--error' : 'value--primary']">{{
item.value
}}</div>
</div>