Commit 0c250483 authored by youjie's avatar youjie

no message

parent 2c8c93b5
...@@ -849,11 +849,9 @@ ...@@ -849,11 +849,9 @@
</tr> </tr>
<tr> <tr>
<td colspan="4" class="groupTourOrder_remarks" style="height: 40px"> <td colspan="4" class="groupTourOrder_remarks" style="height: 40px">
<div> <div v-if="item.gatherAddress" style="font-size: 14px;">
<div v-if="item.gatherAddress" style="font-size: 14px;"> <span style="color: rgb(26, 168, 107);">集合地:</span>
<span style="color: rgb(26, 168, 107);">集合地:</span> <span style="color: rgb(26, 168, 107);">{{ item.gatherAddress }}</span>
<span style="color: rgb(26, 168, 107);">{{ item.gatherAddress }}</span>
</div>
</div> </div>
<div> <div>
<div> <div>
......
...@@ -1811,11 +1811,9 @@ ...@@ -1811,11 +1811,9 @@
</tr> </tr>
<tr> <tr>
<td colspan="4" class="groupTourOrder_remarks" style="height: 40px;"> <td colspan="4" class="groupTourOrder_remarks" style="height: 40px;">
<div> <div v-if="item.gatherAddress">
<div v-if="item.gatherAddress"> <span style="color: rgb(26, 168, 107);">集合地:</span>
<span style="color: rgb(26, 168, 107);">集合地:</span> <span style="color: rgb(26, 168, 107);">{{ item.gatherAddress }}</span>
<span style="color: rgb(26, 168, 107);">{{ item.gatherAddress }}</span>
</div>
</div> </div>
<div> <div>
<div><span>备注:</span> <div><span>备注:</span>
......
...@@ -1892,11 +1892,9 @@ ...@@ -1892,11 +1892,9 @@
</tr> </tr>
<tr> <tr>
<td colspan="4" class="groupTourOrder_remarks" style="height: 40px;"> <td colspan="4" class="groupTourOrder_remarks" style="height: 40px;">
<div> <div v-if="item.gatherAddress">
<div v-if="item.gatherAddress"> <span style="color: rgb(26, 168, 107);">集合地:</span>
<span style="color: rgb(26, 168, 107);">集合地:</span> <span style="color: rgb(26, 168, 107);">{{ item.gatherAddress }}</span>
<span style="color: rgb(26, 168, 107);">{{ item.gatherAddress }}</span>
</div>
</div> </div>
<div> <div>
<div><span>{{$t('pub.pubRemark')}}:</span> <div><span>{{$t('pub.pubRemark')}}:</span>
......
...@@ -2184,11 +2184,9 @@ ...@@ -2184,11 +2184,9 @@
</tr> </tr>
<tr> <tr>
<td colspan="5" class="groupTourOrder_remarks" style="height: 40px"> <td colspan="5" class="groupTourOrder_remarks" style="height: 40px">
<div> <div v-if="item.gatherAddress" style="font-size: 14px;">
<div v-if="item.gatherAddress" style="font-size: 14px;"> <span style="color: rgb(26, 168, 107);">集合地:</span>
<span style="color: rgb(26, 168, 107);">集合地:</span> <span style="color: rgb(26, 168, 107);">{{ item.gatherAddress }}</span>
<span style="color: rgb(26, 168, 107);">{{ item.gatherAddress }}</span>
</div>
</div> </div>
<div class="clearfix RL-MARK"> <div class="clearfix RL-MARK">
<div style="display: inline-block; width: 100%"> <div style="display: inline-block; width: 100%">
...@@ -2748,11 +2746,9 @@ ...@@ -2748,11 +2746,9 @@
</tr> </tr>
<tr> <tr>
<td colspan="4" class="groupTourOrder_remarks" style="height: 40px"> <td colspan="4" class="groupTourOrder_remarks" style="height: 40px">
<div> <div v-if="childItem.GatherAddress" style="font-size: 14px;">
<div v-if="childItem.GatherAddress" style="font-size: 14px;"> <span style="color: rgb(26, 168, 107);">集合地:</span>
<span>集合地:</span> <span style="color: rgb(26, 168, 107);">{{ childItem.GatherAddress }}</span>
<span style="color: rgb(26, 168, 107);">{{ childItem.GatherAddress }}</span>
</div>
</div> </div>
<div class="clearfix RL-MARK"> <div class="clearfix RL-MARK">
<div style="display: inline-block; width: 100%"> <div style="display: inline-block; width: 100%">
......
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