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', label: 'VENDOR',
key: 'vendor' key: 'vendor'
}, }
], ],
[MarkerType.ImsRnStationP]: [{ [MarkerType.ImsRnStationP]: [
{
label: 'STATIONCODE', label: 'STATIONCODE',
key: 'stationCode' key: 'stationCode'
}, { },
{
label: 'STATIONID', label: 'STATIONID',
key: 'stationId' key: 'stationId'
}, { },
{
label: 'COUNTRYCODE', label: 'COUNTRYCODE',
key: 'countryCode' key: 'countryCode'
}, { },
{
label: 'DATEBEGIN', label: 'DATEBEGIN',
key: 'dateBegin' key: 'dateBegin'
}, { },
{
label: 'DATEEND', label: 'DATEEND',
key: 'dateEnd' key: 'dateEnd'
}, { },
{
label: 'DESCRIPTION', label: 'DESCRIPTION',
key: 'description' key: 'description'
}, { },
{
label: 'ELEVATION', label: 'ELEVATION',
key: 'elevation' key: 'elevation'
}, { },
{
label: 'LATITUDE', label: 'LATITUDE',
key: 'lat' key: 'lat'
}, { },
{
label: 'LONGITUDE', label: 'LONGITUDE',
key: 'lon' key: 'lon'
}, { },
{
label: 'MODDATE', label: 'MODDATE',
key: 'moddate' key: 'moddate'
}, { },
{
label: 'STATUS', label: 'STATUS',
key: 'status' key: 'status'
}, { },
{
label: 'TYPE', label: 'TYPE',
key: 'type' key: 'type'
}, { },
{
label: 'USED', label: 'USED',
key: 'used' key: 'used'
}, { },
{
label: 'PHD', label: 'PHD',
key: 'phd' key: 'phd'
}, { },
{
label: 'PHDF', label: 'PHDF',
key: 'phdf' key: 'phdf'
}, { },
{
label: 'MET', label: 'MET',
key: 'met' key: 'met'
}, { },
{
label: 'SOH', label: 'SOH',
key: 'soh' key: 'soh'
}, { },
{
label: 'PHDF+MET+SOH', label: 'PHDF+MET+SOH',
key: 'phdMetSoh' key: 'phdMetSoh'
}], }
[MarkerType.ImsRnStationG]: [{ ],
[MarkerType.ImsRnStationG]: [
{
label: 'STATIONCODE', label: 'STATIONCODE',
key: 'stationCode' key: 'stationCode'
}, { },
{
label: 'STATIONID', label: 'STATIONID',
key: 'stationId' key: 'stationId'
}, { },
{
label: 'COUNTRYCODE', label: 'COUNTRYCODE',
key: 'countryCode' key: 'countryCode'
}, { },
{
label: 'DATEBEGIN', label: 'DATEBEGIN',
key: 'dateBegin' key: 'dateBegin'
}, { },
{
label: 'DATEEND', label: 'DATEEND',
key: 'dateEnd' key: 'dateEnd'
}, { },
{
label: 'DESCRIPTION', label: 'DESCRIPTION',
key: 'description' key: 'description'
}, { },
{
label: 'ELEVATION', label: 'ELEVATION',
key: 'elevation' key: 'elevation'
}, { },
{
label: 'LATITUDE', label: 'LATITUDE',
key: 'lat' key: 'lat'
}, { },
{
label: 'LONGITUDE', label: 'LONGITUDE',
key: 'lon' key: 'lon'
}, { },
{
label: 'MODDATE', label: 'MODDATE',
key: 'moddate' key: 'moddate'
}, { },
{
label: 'STATUS', label: 'STATUS',
key: 'status' key: 'status'
}, { },
{
label: 'TYPE', label: 'TYPE',
key: 'type' key: 'type'
}, { },
{
label: 'USED', label: 'USED',
key: 'used' key: 'used'
}, { },
{
label: 'PHD', label: 'PHD',
key: 'phd' key: 'phd'
}, { },
{
label: 'PHDF', label: 'PHDF',
key: 'phdf' key: 'phdf'
}, { },
{
label: 'MET', label: 'MET',
key: 'met' key: 'met'
}, { },
{
label: 'SOH', label: 'SOH',
key: 'soh' key: 'soh'
}, { },
{
label: 'PHDF+MET+SOH', label: 'PHDF+MET+SOH',
key: 'phdMetSoh' key: 'phdMetSoh'
}], }
[MarkerType.NRL]: [{ ],
[MarkerType.NRL]: [
{
label: 'STATIONCODE', label: 'STATIONCODE',
key: 'stationCode' key: 'stationCode'
}, { },
{
label: 'STATIONID', label: 'STATIONID',
key: 'stationId' key: 'stationId'
}, { },
{
label: 'COUNTRYCODE', label: 'COUNTRYCODE',
key: 'countryCode' key: 'countryCode'
}, { },
{
label: 'DATEBEGIN', label: 'DATEBEGIN',
key: 'dateBegin' key: 'dateBegin'
}, { },
{
label: 'DATEEND', label: 'DATEEND',
key: 'dateEnd' key: 'dateEnd'
}, { },
{
label: 'DESCRIPTION', label: 'DESCRIPTION',
key: 'description' key: 'description'
}, { },
{
label: 'ELEVATION', label: 'ELEVATION',
key: 'elevation' key: 'elevation'
}, { },
{
label: 'LATITUDE', label: 'LATITUDE',
key: 'lat' key: 'lat'
}, { },
{
label: 'LONGITUDE', label: 'LONGITUDE',
key: 'lon' key: 'lon'
}, { },
{
label: 'MODDATE', label: 'MODDATE',
key: 'moddate' key: 'moddate'
}, { },
{
label: 'STATUS', label: 'STATUS',
key: 'status' key: 'status'
}, { },
{
label: 'TYPE', label: 'TYPE',
key: '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'
}
]
} }