|
|
@@ -51,7 +51,7 @@
|
|
|
<template #title> 每日采集数据量 </template>
|
|
|
<template #container>
|
|
|
<div class="content-wrapper">
|
|
|
- <CustomChart :chart-config="dailyNumOption" :chart-data="deviceData" height="260px" width="100%" />
|
|
|
+ <CustomChartSJZX :chart-config="dailyNumOption" :chart-data="deviceData" height="260px" width="100%" />
|
|
|
</div>
|
|
|
</template>
|
|
|
</infoBox>
|
|
|
@@ -89,7 +89,8 @@
|
|
|
import customHeader from '/@/components/vent/customHeader.vue';
|
|
|
import infoBox from './components/infoBox.vue';
|
|
|
import { sysDataColumn, accessStatusColumn, dailyNumOption } from './infoCenter.data';
|
|
|
- import CustomChart from '@/views/vent/home/configurable/components/detail/CustomChart.vue';
|
|
|
+ import CustomChartSJZX from '@/views/vent/home/configurable/components/detail/CustomChart-SJZX.vue';
|
|
|
+ // import CustomChart from '@/views/vent/home/configurable/components/detail/CustomChart.vue';
|
|
|
import { getDeviceAll, getHomepageSummaryIndexes } from './infoCenter.api';
|
|
|
import { useRouter } from 'vue-router';
|
|
|
let mainTitle = ref('智能通风数据中心');
|