| | |
| | | <template> |
| | | <!-- <el-row> 统计管理 </el-row> --> |
| | | <SelfInspection></SelfInspection> |
| | | <JointEnforcement></JointEnforcement> |
| | | <!-- <SelfInspection></SelfInspection> --> |
| | | <!-- <JointEnforcement></JointEnforcement> --> |
| | | <TaskStats></TaskStats> |
| | | <TaskSummary></TaskSummary> |
| | | <DustMonitor></DustMonitor> |
| | | </template> |
| | | |
| | | <script> |
| | | import SelfInspection from '@/views/inspection/SelfInspection.vue' |
| | | import JointEnforcement from '@/views/inspection/JointEnforcement.vue' |
| | | import TaskSummary from '@/views/management/TaskSummary.vue' |
| | | import TaskStats from '@/views/management/TaskStats.vue' |
| | | import DustMonitor from '@/views/monitor/DustMonitor.vue' |
| | | import { vResize } from '@/utils/resize-observer' |
| | | |
| | | export default { |
| | | components: { SelfInspection, JointEnforcement, TaskSummary }, |
| | | components: { SelfInspection, JointEnforcement, TaskSummary, TaskStats, DustMonitor }, |
| | | data() { |
| | | return { |
| | | // height: '500px', |