| | |
| | | <template> |
| | | <div class="dashboard-container" style="height: 100%"> |
| | | <div |
| | | class="dashboard-container" |
| | | style="height: 100%" |
| | | > |
| | | <el-container style="height: 100%; border: 1px solid #eee"> |
| | | <el-aside |
| | | v-if="this.$store.state.aside" |
| | | v-if="$store.state.aside" |
| | | width="260px" |
| | | style="background-color: rgb(238, 241, 246)" |
| | | > |
| | |
| | | prefix-icon="el-icon-search" |
| | | /> |
| | | </div> |
| | | <el-menu :default-openeds="openeds" class="elwidth"> |
| | | <el-menu |
| | | :default-openeds="openeds" |
| | | class="elwidth" |
| | | > |
| | | <el-submenu |
| | | v-for="(item, index) in defaultData" |
| | | :key="index" |
| | |
| | | 'circle-3': item.state == 3, |
| | | 'circle-4': item.state == 4, |
| | | 'circle-5': item.state == 5, |
| | | 'circle-6': item.state == 6, |
| | | 'circle-6': item.state >= 6, |
| | | }" |
| | | /> |
| | | |
| | |
| | | <el-container> |
| | | <!-- <Map :mpid="monitorPointId" :rc="regionCode" /> --> |
| | | <compoment |
| | | :is="this.$store.state.type" |
| | | :is="$store.state.type" |
| | | v-if="weidu && jingdu" |
| | | ref="child" |
| | | :weidu="weidu" |