feat:完善首页 景区功能

This commit is contained in:
张先生
2025-03-14 15:56:54 +08:00
parent 15b119a994
commit 641753aee8
6 changed files with 81 additions and 141 deletions

View File

@@ -4,11 +4,6 @@
<div class="box mr-8">
<Title1 title="排队信息" />
<div class="count-box flex justify-between">
<!-- <count-item-->
<!-- label="今日出票"-->
<!-- :count="scenicStore.scenicQueueData.header.jrcp"-->
<!-- suffix="张"-->
<!-- />-->
<count-item
label="今日接待人数"
:count="scenicStore.scenicQueueData.header.jrjdrs"
@@ -134,7 +129,7 @@
</div>
<PieRow
label="告警总数"
:dataList="list"
:dataList="scenicStore.secureData.dataList"
:total="alarmTotal"
:width="440"
:height="300"
@@ -173,7 +168,7 @@
:width="220"
:height="300"
sub-title="拥堵总时长"
:list="scenicStore.trafficData.data.countRate"
:list="scenicStore.trafficData.data.timeRate"
/>
</div>
</div>
@@ -335,44 +330,6 @@
let carOverlays = ref([])
let shipOverlays = ref([])
let list = ref([
{
name: '人群聚集识别',
count: 0,
value: 0
},
{
name: '人群计数识别',
count: 0,
value: 0
},
{
name: '游客跌倒',
count: 0,
value: 0
},
{
name: '游客攀爬',
count: 0,
value: 0
},
{
name: '违法吸烟',
count: 0,
value: 0
},
{
name: '烟火焚烧',
count: 0,
value: 0
},
{
name: '人员离岗',
count: 0,
value: 0
}
])
const garageList = computed(() => {
return scenicStore.stopCarData.headList
})