feat: 配置Car和Ship的弹窗列

This commit is contained in:
Xu Zhimeng 2024-10-12 15:32:59 +08:00
parent 653ba9a7c8
commit d71d2334ee

View File

@ -78,153 +78,352 @@ export default {
{
label: 'VENDOR',
key: 'vendor'
},
],
[MarkerType.ImsRnStationP]: [{
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.ImsRnStationG]: [{
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',
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'
}]
}
],
[MarkerType.ImsRnStationP]: [
{
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.ImsRnStationG]: [
{
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',
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'
}
],
[MarkerType.Car]: [
{
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.Ship]: [
{
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'
}
]
}