Commit d761a035 authored by 黄奎's avatar 黄奎

页面修改

parent c97ab71c
......@@ -120,12 +120,11 @@
<p class="quoListName" style="padding-right:20px;width:100%;">
<span>{{item.LineName}}</span>
</p>
<p class="Quo_Content" style="padding-right:20px;width:100%;"><i v-if="item.LtName"
class="iconfont icon-richeng"></i>
<p class="Quo_Content" style="padding-right:20px;width:100%;" v-if="item.LtName">
<span>{{item.LtName}}</span>
</p>
<p class="Quo_Content" style="padding-right:20px;width:100%;">
<span>出团公司:{{item.OutBranchName}}</span>
<span> 出发日期:{{item.OutDateTime}}</span>
</p>
</div>
</div>
......@@ -136,12 +135,11 @@
<span>{{item.Title}}</span>
</el-tooltip>
</p>
<p class="Quo_Content" style="padding-right:20px;width:100%;"><i v-if="item.CustomerName"
class="iconfont icon-richeng"></i>
<p class="Quo_Content" style="padding-right:20px;width:100%;" v-if="item.CustomerName">
<span>{{item.CustomerName}}</span>
</p>
<p style="padding-right:20px;width:100%;">
<span>发日期:{{item.OutDateTime}}
<p class="Quo_Content" style="padding-right:20px;width:100%;">
<span>团公司:{{item.OutBranchName}}
</span>
</p>
</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