From 76c525be63ca7930e5b47a567c554b231af9c418 Mon Sep 17 00:00:00 2001 From: xiaoguangbin Date: Wed, 6 Nov 2024 17:43:58 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8F=B0=E7=AB=99=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=87=AA=E5=BB=BA=E5=8F=B0=E7=AB=99=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E5=BC=B9=E7=AA=97=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/markerPopupColumns.js | 74 +++++++++++++++++++ 1 file changed, 74 insertions(+) diff --git a/src/views/stationOperation/components/markerPopupColumns.js b/src/views/stationOperation/components/markerPopupColumns.js index 18cebca..b4c1ec5 100644 --- a/src/views/stationOperation/components/markerPopupColumns.js +++ b/src/views/stationOperation/components/markerPopupColumns.js @@ -228,6 +228,80 @@ export default { key: 'phdMetSoh' } ], + [MarkerType.GroudMonitoringStation]: [ + { + label: 'STATIONCODE', + key: 'stationCode' + }, + { + label: 'STATIONID', + key: 'stationId' + }, + { + label: 'COUNTRYCODE', + key: 'countryCode' + }, + { + label: 'DATEBEGIN', + key: 'dateBegin' + }, + { + label: 'DATEEND', + key: 'dateEnd' + }, + { + label: 'DESCRIPTION', + key: 'description' + }, + { + label: 'ELEVATION', + key: 'elevation' + }, + { + label: 'LATITUDE', + key: 'lat' + }, + { + label: 'LONGITUDE', + key: 'lon' + }, + { + label: 'MODDATE', + key: 'moddate' + }, + { + label: 'STATUS', + key: 'status' + }, + { + label: 'TYPE', + key: 'type' + }, + { + label: 'USED', + key: 'used' + }, + { + label: 'PHD', + key: 'phd' + }, + { + label: 'PHDF', + key: 'phdf' + }, + { + label: 'MET', + key: 'met' + }, + { + label: 'SOH', + key: 'soh' + }, + { + label: 'PHDF+MET+SOH', + key: 'phdMetSoh' + } + ], [MarkerType.NRL]: [ { label: 'STATIONCODE',