|
@@ -128,13 +128,13 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- <EmergencyManage />
|
|
|
|
|
|
|
|
<EmergencyManage v-if="rightPanelStore.rightPanelVisible == '应急管理'" />
|
|
<EmergencyManage v-if="rightPanelStore.rightPanelVisible == '应急管理'" />
|
|
<PeopleCd v-if="rightPanelStore.rightPanelVisible == '出动人员'" />
|
|
<PeopleCd v-if="rightPanelStore.rightPanelVisible == '出动人员'" />
|
|
<CarCd v-if="rightPanelStore.rightPanelVisible == '出动车辆'" />
|
|
<CarCd v-if="rightPanelStore.rightPanelVisible == '出动车辆'" />
|
|
<MedicalReport v-if="rightPanelStore.rightPanelVisible == '病例报告'" />
|
|
<MedicalReport v-if="rightPanelStore.rightPanelVisible == '病例报告'" />
|
|
<ProruptionCase v-if="rightPanelStore.rightPanelVisible == '突发事件'" />
|
|
<ProruptionCase v-if="rightPanelStore.rightPanelVisible == '突发事件'" />
|
|
|
|
+ <!-- <RightLegend class="right-legend"></RightLegend> -->
|
|
</template>
|
|
</template>
|
|
|
|
|
|
<script setup>
|
|
<script setup>
|
|
@@ -147,6 +147,7 @@ import PeopleCd from "./comp/PeopleCd.vue";
|
|
import CarCd from "./comp/CarCd.vue";
|
|
import CarCd from "./comp/CarCd.vue";
|
|
import MedicalReport from "./comp/MedicalReport.vue";
|
|
import MedicalReport from "./comp/MedicalReport.vue";
|
|
import ProruptionCase from "./comp/ProruptionCase.vue";
|
|
import ProruptionCase from "./comp/ProruptionCase.vue";
|
|
|
|
+import RightLegend from "./comp/RightLegend.vue";
|
|
import { WordColudOption } from "../../echarts/echartsOption";
|
|
import { WordColudOption } from "../../echarts/echartsOption";
|
|
import { useRightPanelStore } from "@/store/rightPanel";
|
|
import { useRightPanelStore } from "@/store/rightPanel";
|
|
|
|
|
|
@@ -565,4 +566,10 @@ onMounted(() => {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+.right-legend{
|
|
|
|
+ position: fixed;
|
|
|
|
+ top: 160px;
|
|
|
|
+ right: 620px;
|
|
|
|
+
|
|
|
|
+}
|
|
</style>
|
|
</style>
|