feat:对接监控-交通ai分析数据
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user