Commit c14a50da authored by youjie's avatar youjie

no message

parent 32661eb3
......@@ -2666,7 +2666,9 @@
<tr v-for="(item,index) in MsgRAirServiceList" :key="index">
<td>
{{item.TCNUM}}({{item.TCID}}){{item.OutBranchName}}
<span style="margin-left: 3px;" v-if="item.SeatNum">使用机位:{{item.SeatNum}}</span>
<span style="margin-left: 3px;" v-if="item.SeatNum">使用机位:
<span style="color: red;">{{item.SeatNum}}</span>
</span>
</td>
<td>
{{item.UnitPrice}}
......
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