Commit d558bf23 authored by youjie's avatar youjie

no message

parent aaba053e
......@@ -850,9 +850,9 @@
<tr>
<td colspan="4" class="groupTourOrder_remarks" style="height: 40px">
<div>
<div v-if="item.gatherAddress" style="color: rgb(26, 168, 107);font-size: 14px;">
<span>集合地:</span>
<span>{{ item.gatherAddress }}</span>
<div v-if="item.gatherAddress" style="font-size: 14px;">
<span style="color: rgb(26, 168, 107);">集合地:</span>
<span style="color: rgb(26, 168, 107);">{{ item.gatherAddress }}</span>
</div>
</div>
<div>
......
......@@ -1796,9 +1796,9 @@
<tr>
<td colspan="4" class="groupTourOrder_remarks" style="height: 40px;">
<div>
<div v-if="item.gatherAddress" style="color: rgb(26, 168, 107);">
<span>集合地:</span>
<span>{{ item.gatherAddress }}</span>
<div v-if="item.gatherAddress">
<span style="color: rgb(26, 168, 107);">集合地:</span>
<span style="color: rgb(26, 168, 107);">{{ item.gatherAddress }}</span>
</div>
</div>
<div>
......
......@@ -1887,9 +1887,9 @@
<tr>
<td colspan="4" class="groupTourOrder_remarks" style="height: 40px;">
<div>
<div v-if="item.gatherAddress" style="color: rgb(26, 168, 107);">
<span>集合地:</span>
<span>{{ item.gatherAddress }}</span>
<div v-if="item.gatherAddress">
<span style="color: rgb(26, 168, 107);">集合地:</span>
<span style="color: rgb(26, 168, 107);">{{ item.gatherAddress }}</span>
</div>
</div>
<div>
......
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