This commit is contained in:
fan 2022-07-18 15:05:49 +08:00
commit fa3c110fbb
2 changed files with 3 additions and 2 deletions

View File

@ -34,7 +34,8 @@ export default {
loading: false,
model:{
stationCode:'',
runPlanCode:''
runPlanCode:'',
status:1
}
};
},

View File

@ -93,7 +93,7 @@
>
<template slot-scope="scope">
<div :class="scope.row.twinkle?'flashTrip noChange':'noChange'" style="color:#000">
{{ scope.row.tripNumber }} {{ scope.row.status==1?'(删)':scope.row.twinkle?'(*)':scope.row.keyTrains?'(重)':'' }}
{{ scope.row.tripNumber }} {{ scope.row.status==-1?'(删)':scope.row.twinkle?'(*)':scope.row.keyTrains?'(重)':'' }}
</div>
</template>
</el-table-column>