feat: 配置Car和Ship的弹窗列
This commit is contained in:
parent
653ba9a7c8
commit
d71d2334ee
|
@ -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'
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user