<
>
@for (history of historyList;track history.getonoffDt) {
{{history.getonoffDt}}
@if (history.kind === "1") {
乗車
} @else {
降車
}
{{history.stopName}}
@if (history.kind === "1") {
@if (history.status === 0) {
乗車中
}
} @else {
{{history.fare|number}}円
}
}