Merge branch 'test' of https://git.code.tencent.com/lian-cbtc/jl-client into test
This commit is contained in:
commit
fa3c110fbb
@ -34,7 +34,8 @@ export default {
|
|||||||
loading: false,
|
loading: false,
|
||||||
model:{
|
model:{
|
||||||
stationCode:'',
|
stationCode:'',
|
||||||
runPlanCode:''
|
runPlanCode:'',
|
||||||
|
status:1
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user