fix: 修改Route中对Staition的下拉框,增加Ship类型
This commit is contained in:
parent
2481346c70
commit
47aaa0d794
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user