{{ title }}
@for (position of filteredPositions; track position.id) {
}
已选择
@for (position of selectedPositions; track position.id) {
}
{{ position.name }} @if (position.stationType) { ({{ position.stationType }}) } @if (position.stationLines.length) { @for (line of position.stationLines; track line) { {{ getLineName(line) }} } }