代码调整

This commit is contained in:
joylink_cuiweidong 2022-07-18 13:49:24 +08:00
parent b3e3dd7898
commit 953b63bd1a

View File

@ -93,7 +93,7 @@
> >
<template slot-scope="scope"> <template slot-scope="scope">
<div :class="scope.row.twinkle?'flashTrip noChange':'noChange'" style="color:#000"> <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> </div>
</template> </template>
</el-table-column> </el-table-column>