台站详情弹窗调整

This commit is contained in:
任珮宇 2023-10-27 10:50:01 +08:00
parent 8cdeb06cf1
commit 9dd1e3969a

View File

@ -3,6 +3,10 @@ import { MarkerType } from './markerEnum'
// 核设施详情弹窗中的字段配置 // 核设施详情弹窗中的字段配置
export default { export default {
[MarkerType.NuclearFacility]: [ [MarkerType.NuclearFacility]: [
{
label: 'FACILITY_NAME',
key: 'facilityName'
},
{ {
label: 'ACTIVITY DAY', label: 'ACTIVITY DAY',
key: 'activityDay' key: 'activityDay'
@ -35,10 +39,6 @@ export default {
label: 'FACILITY ID', label: 'FACILITY ID',
key: 'facilityId' key: 'facilityId'
}, },
{
label: 'FACILITY_NAME',
key: 'facilityName'
},
{ {
label: 'GRIDCONEETIONDATE', label: 'GRIDCONEETIONDATE',
key: 'gridconeetionDate' key: 'gridconeetionDate'
@ -81,6 +81,9 @@ export default {
}, },
], ],
[MarkerType.ImsRnStationP]: [{ [MarkerType.ImsRnStationP]: [{
label: 'STATIONCODE',
key: 'stationCode'
}, {
label: 'COUNTRYCODE', label: 'COUNTRYCODE',
key: 'countryCode' key: 'countryCode'
}, { }, {
@ -104,9 +107,6 @@ export default {
}, { }, {
label: 'MODDATE', label: 'MODDATE',
key: 'moddate' key: 'moddate'
}, {
label: 'STATIONCODE',
key: 'stationCode'
}, { }, {
label: 'STATIONID', label: 'STATIONID',
key: 'stationId' key: 'stationId'
@ -136,6 +136,9 @@ export default {
key: 'phdMetSoh' key: 'phdMetSoh'
}], }],
[MarkerType.ImsRnStationG]: [{ [MarkerType.ImsRnStationG]: [{
label: 'STATIONCODE',
key: 'stationCode'
}, {
label: 'COUNTRYCODE', label: 'COUNTRYCODE',
key: 'countryCode' key: 'countryCode'
}, { }, {
@ -159,9 +162,6 @@ export default {
}, { }, {
label: 'MODDATE', label: 'MODDATE',
key: 'moddate' key: 'moddate'
}, {
label: 'STATIONCODE',
key: 'stationCode'
}, { }, {
label: 'STATIONID', label: 'STATIONID',
key: 'stationId' key: 'stationId'
@ -191,6 +191,9 @@ export default {
key: 'phdMetSoh' key: 'phdMetSoh'
}], }],
[MarkerType.NRL]: [{ [MarkerType.NRL]: [{
label: 'STATIONCODE',
key: 'stationCode'
}, {
label: 'COUNTRYCODE', label: 'COUNTRYCODE',
key: 'countryCode' key: 'countryCode'
}, { }, {
@ -214,9 +217,6 @@ export default {
}, { }, {
label: 'MODDATE', label: 'MODDATE',
key: 'moddate' key: 'moddate'
}, {
label: 'STATIONCODE',
key: 'stationCode'
}, { }, {
label: 'STATIONID', label: 'STATIONID',
key: 'stationId' key: 'stationId'