quanyawei
2024-04-11 39b58503e7fd4929a86c7b6accf8a582e02f077f
src/views/main/index.vue
@@ -1,8 +1,11 @@
<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)"
      >
@@ -42,7 +45,10 @@
            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"
@@ -70,7 +76,7 @@
                  '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,
                }"
              />
@@ -122,7 +128,7 @@
      <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"