{{ title }}
@for (item of filteredItems; track item.id) {
}
已选择
@for (item of selectedItems; track item.id) {
}
{{ position.name }} @if (position.stationType) { ({{ position.stationType }}) } @if (position.stationLines.length) { @for (line of position.stationLines; track line) { } }