소스 검색

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

master
yxq 3 주 전
부모
커밋
5590ff776d
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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 파일 보기

@@ -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 파일 보기

@@ -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;
});


불러오는 중...
취소
저장