| | |
| | | <template> |
| | | <BaseCard title="任务监控"> |
| | | <!-- <template #expand> --> |
| | | <!-- <SupervisionVisual></SupervisionVisual> --> |
| | | <!-- </template> --> |
| | | <!-- <template #expand> |
| | | <SupervisionVisual></SupervisionVisual> |
| | | </template> --> |
| | | <el-scrollbar ref="scrollbarRef"> |
| | | <!-- <el-row justify="space-evenly"> |
| | | <el-statistic title="今日完成" :value="10"> </el-statistic> |
| | |
| | | </el-row> --> |
| | | <!-- <el-row> --> |
| | | <TaskItem v-for="item in tasks" :key="item.guid" v-bind="item"></TaskItem> |
| | | <TaskSummary></TaskSummary> |
| | | <!-- </el-row> --> |
| | | |
| | | <!-- <el-row> |
| | |
| | | import SelfInspection from '@/views/inspection/SelfInspection.vue' |
| | | import JointEnforcement from '@/views/inspection/JointEnforcement.vue' |
| | | import SupervisionVisual from '@/views/visualization/SupervisionVisual.vue' |
| | | import TaskSummary from '@/views/management/TaskSummary.vue' |
| | | |
| | | import { useSubtaskStore } from '@/stores/subtask.js' |
| | | |