diff --git a/src/views/stationOperation/components/MapPane.vue b/src/views/stationOperation/components/MapPane.vue index 2867bde..a2b24ae 100644 --- a/src/views/stationOperation/components/MapPane.vue +++ b/src/views/stationOperation/components/MapPane.vue @@ -944,7 +944,7 @@ export default { computed: { stationSelectOptions() { return this.originalDataList - .filter(({ stationType }) => stationType == 'Car') + .filter(({ stationType }) => stationType == 'Car' || stationType == 'Ship') .map(({ stationName: label }) => ({ label, value: label,