Procházet zdrojové kódy

大屏首页统计数字相关完善

master
yxq před 3 týdny
rodič
revize
5590ff776d
2 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. +1
    -0
      SafeCampus.WEB/src/views/screen/component/index/peopeleNum.vue
  2. +1
    -0
      SafeCampus.WEB/src/views/screen/component/index/todayNotice.vue

+ 1
- 0
SafeCampus.WEB/src/views/screen/component/index/peopeleNum.vue Zobrazit soubor

@@ -239,6 +239,7 @@ const getCharts2 = data => {
// 设备统计
const count = ref(0);
const getCharts3 = () => {
count.value = 0;
const chart = echarts.init(chart3.value);
let data = props.screenData.camera || [];
let xArr = data.map(e => e.cameraInfos.length);


+ 1
- 0
SafeCampus.WEB/src/views/screen/component/index/todayNotice.vue Zobrazit soubor

@@ -82,6 +82,7 @@ const getData = () => {
typeStatisti.value = props.screenData.alarmStatisti.typeStatisti.sort((a, b) => {
return b.value - a.value;
});
typeStatistiCount.value = 0;
typeStatisti.value.forEach(e => {
typeStatistiCount.value += e.value;
});


Načítá se…
Zrušit
Uložit