|
|
|
|
@ -19,15 +19,6 @@ |
|
|
|
|
</template> |
|
|
|
|
|
|
|
|
|
<script> |
|
|
|
|
// import MonitorTitle from "./components/MonitorTitle.vue"; |
|
|
|
|
import { |
|
|
|
|
defaultLocation11, |
|
|
|
|
defaultLocation1, |
|
|
|
|
floorList11, |
|
|
|
|
floorList12, |
|
|
|
|
floorList1, |
|
|
|
|
} from "@/const/monitoring/monitoring.js"; |
|
|
|
|
import { detail } from "@/api/system/param.js"; |
|
|
|
|
import Header from "./component/header.vue"; |
|
|
|
|
import all from "./component/all.vue"; |
|
|
|
|
import load from "./component/load.vue"; |
|
|
|
|
@ -35,7 +26,6 @@ import dosage from "./component/dosage.vue"; |
|
|
|
|
import equipmentLoad from "./component/equipmentLoad.vue"; |
|
|
|
|
import equipmentStatus from "./component/equipmentStatus.vue"; |
|
|
|
|
import equipmentAnalyze from "./component/equipmentAnalyze.vue"; |
|
|
|
|
import { getEntrustDay, getDataAcquisition } from "@/api/monitoring/monitoring"; |
|
|
|
|
import {getDeptTree} from "@/api/system/dept" |
|
|
|
|
import { mapGetters } from "vuex"; |
|
|
|
|
|
|
|
|
|
|