Commit d149a34b authored by 黄奎's avatar 黄奎

页面修改

parent 44af9935
...@@ -471,11 +471,11 @@ ...@@ -471,11 +471,11 @@
{{subItem.StopoverName==''?'':'-('+subItem.StopoverIATA+')'+subItem.StopoverName}} {{subItem.StopoverName==''?'':'-('+subItem.StopoverIATA+')'+subItem.StopoverName}}
<template v-if="subItem.ArrivalCityName"> <template v-if="subItem.ArrivalCityName">
<span v-if="subItem.AIATA"> <span v-if="subItem.AIATA">
({{subItem.AIATA}}) -({{subItem.AIATA}})
</span> </span>
<span v-else>-</span>
{{subItem.ArrivalCityName}} {{subItem.ArrivalCityName}}
</template> </template>
<!-- {{subItem.ArrivalCityName==''?'':'-('+subItem.AIATA+')'+subItem.ArrivalCityName}} -->
<span v-if="subItem.FlightState==1" class="TCL-greenType">【OK】</span> <span v-if="subItem.FlightState==1" class="TCL-greenType">【OK】</span>
<span v-else class="TCL-redType">【{{$t('visa.v_zanding')}}】</span> <span v-else class="TCL-redType">【{{$t('visa.v_zanding')}}】</span>
</span> </span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment