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'