| | |
| | | <template> |
| | | <el-dialog modal-class="mapDialog" v-model="isShow" width="80%" class="ztzf-dialog-mange"> |
| | | <el-dialog modal-class="mapDialog" v-model="isShow" width="80%" class="command-dialog-mange"> |
| | | <template #header="{ titleId, titleClass }"> |
| | | <div class="my-header"> |
| | | <h4 :id="titleId" :class="titleClass">定位</h4> |
| | | </div> |
| | | </template> |
| | | <div class="mapBox"> |
| | | <div v-if="isShow" id="dataCenterMap" class="ztzf-cesium"></div> |
| | | <div v-if="isShow" id="dataCenterMap" class="command-cesium"></div> |
| | | </div> |
| | | </el-dialog> |
| | | </template> |
| | |
| | | }; |
| | | |
| | | // 地图接口 |
| | | const loading = ref(false); |
| | | const loading = ref(true); |
| | | const getMapInfoAPIFun = async ids => { |
| | | try { |
| | | const res = await getMapInfoAPI(ids); |