Compare commits
2 Commits
ce00b7c624
...
f518081cb6
| Author | SHA1 | Date | |
|---|---|---|---|
| f518081cb6 | |||
| d88c412260 |
@ -50,7 +50,7 @@ import tunnelLineIcon from '../../../assets/MaMap_img/线路icon定位@2x.png'
|
|||||||
import mapInfoDialog from '../Dialog/mapInfoDialog.vue'
|
import mapInfoDialog from '../Dialog/mapInfoDialog.vue'
|
||||||
import centerInfoCard from '../Dialog/centerInfoCard.vue'
|
import centerInfoCard from '../Dialog/centerInfoCard.vue'
|
||||||
import hazardPointSituationDialog from '../Dialog/hazardPointSituationDialog.vue'
|
import hazardPointSituationDialog from '../Dialog/hazardPointSituationDialog.vue'
|
||||||
import I from '../../../../dist/cesium/Workers/upsampleVerticesFromCesium3DTilesTerrain'
|
// import I from '../../../../dist/cesium/Workers/upsampleVerticesFromCesium3DTilesTerrain'
|
||||||
|
|
||||||
const mapContainer = ref(null)
|
const mapContainer = ref(null)
|
||||||
const loading = ref(false)
|
const loading = ref(false)
|
||||||
|
|||||||
@ -54,11 +54,8 @@ const columns = [
|
|||||||
label: "预警标题",
|
label: "预警标题",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
// prop: "xxx",
|
prop: "weatherWarningType",
|
||||||
label: "预警类型",
|
label: "预警类型",
|
||||||
formatter: (row) => {
|
|
||||||
return h(ElText, { style: {} }, '大雾预警');
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
prop: "createTime",
|
prop: "createTime",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user