From 9dd1e3969ae7ff018e64bf5f9dba54677d171a50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=BB=E7=8F=AE=E5=AE=87?= Date: Fri, 27 Oct 2023 10:50:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=B0=E7=AB=99=E8=AF=A6=E6=83=85=E5=BC=B9?= =?UTF-8?q?=E7=AA=97=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/markerPopupColumns.js | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/views/stationOperation/components/markerPopupColumns.js b/src/views/stationOperation/components/markerPopupColumns.js index a7c35b4..690c31c 100644 --- a/src/views/stationOperation/components/markerPopupColumns.js +++ b/src/views/stationOperation/components/markerPopupColumns.js @@ -3,6 +3,10 @@ import { MarkerType } from './markerEnum' // 核设施详情弹窗中的字段配置 export default { [MarkerType.NuclearFacility]: [ + { + label: 'FACILITY_NAME', + key: 'facilityName' + }, { label: 'ACTIVITY DAY', key: 'activityDay' @@ -35,10 +39,6 @@ export default { label: 'FACILITY ID', key: 'facilityId' }, - { - label: 'FACILITY_NAME', - key: 'facilityName' - }, { label: 'GRIDCONEETIONDATE', key: 'gridconeetionDate' @@ -81,6 +81,9 @@ export default { }, ], [MarkerType.ImsRnStationP]: [{ + label: 'STATIONCODE', + key: 'stationCode' + }, { label: 'COUNTRYCODE', key: 'countryCode' }, { @@ -104,9 +107,6 @@ export default { }, { label: 'MODDATE', key: 'moddate' - }, { - label: 'STATIONCODE', - key: 'stationCode' }, { label: 'STATIONID', key: 'stationId' @@ -136,6 +136,9 @@ export default { key: 'phdMetSoh' }], [MarkerType.ImsRnStationG]: [{ + label: 'STATIONCODE', + key: 'stationCode' + }, { label: 'COUNTRYCODE', key: 'countryCode' }, { @@ -159,9 +162,6 @@ export default { }, { label: 'MODDATE', key: 'moddate' - }, { - label: 'STATIONCODE', - key: 'stationCode' }, { label: 'STATIONID', key: 'stationId' @@ -191,6 +191,9 @@ export default { key: 'phdMetSoh' }], [MarkerType.NRL]: [{ + label: 'STATIONCODE', + key: 'stationCode' + }, { label: 'COUNTRYCODE', key: 'countryCode' }, { @@ -214,9 +217,6 @@ export default { }, { label: 'MODDATE', key: 'moddate' - }, { - label: 'STATIONCODE', - key: 'stationCode' }, { label: 'STATIONID', key: 'stationId'