From d88c4122607e1919d373937ab896152c7114c48f Mon Sep 17 00:00:00 2001 From: huangchenhao <123673748@qq.com> Date: Fri, 8 May 2026 17:19:54 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9=E6=B3=95=E8=A7=84?= =?UTF-8?q?=E5=A4=84=E5=88=97=E8=A1=A8=20=E9=A2=84=E8=AD=A6=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../screen/src/views/RiskWarning/component/ChongqingMap.vue | 2 +- packages/screen/src/views/WarningManagement/law/index.js | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/packages/screen/src/views/RiskWarning/component/ChongqingMap.vue b/packages/screen/src/views/RiskWarning/component/ChongqingMap.vue index fb3922e..9dc8986 100644 --- a/packages/screen/src/views/RiskWarning/component/ChongqingMap.vue +++ b/packages/screen/src/views/RiskWarning/component/ChongqingMap.vue @@ -51,7 +51,7 @@ import tunnelLineIcon from '../../../assets/MaMap_img/线路icon定位@2x.png' import mapInfoDialog from '../Dialog/mapInfoDialog.vue' import centerInfoCard from '../Dialog/centerInfoCard.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 loading = ref(false) diff --git a/packages/screen/src/views/WarningManagement/law/index.js b/packages/screen/src/views/WarningManagement/law/index.js index 43825c6..42b688d 100644 --- a/packages/screen/src/views/WarningManagement/law/index.js +++ b/packages/screen/src/views/WarningManagement/law/index.js @@ -54,11 +54,8 @@ const columns = [ label: "预警标题", }, { - // prop: "xxx", + prop: "weatherWarningType", label: "预警类型", - formatter: (row) => { - return h(ElText, { style: {} }, '大雾预警'); - } }, { prop: "createTime",