Commit 8cd54aa5 authored by 黄奎's avatar 黄奎

页面修改

parent 8d879af1
...@@ -1919,15 +1919,7 @@ ...@@ -1919,15 +1919,7 @@
>客户名称:{{ item.CustomerName }} >客户名称:{{ item.CustomerName }}
</span> </span>
</p> </p>
<!-- <p v-if="item.PriceOfferUrl && item.PriceOfferUrl != ''">
<a
style="color: blue"
:href="item.PriceOfferUrl"
v-if="item.PriceOfferUrl"
target="_blank"
>下载报价单</a
>
</p> -->
</div> </div>
</div> </div>
<div class="d2"> <div class="d2">
......
...@@ -578,7 +578,7 @@ ...@@ -578,7 +578,7 @@
<p class="travelnowrap"> <p class="travelnowrap">
<span>{{$t('visa.v_houbu')}}</span> <span>{{$t('visa.v_houbu')}}</span>
<span v-if="item.IsSubstitution==1" class="TCL-greenType">{{$t('visa.v_yxhoubu')}}</span> <span v-if="item.IsSubstitution==1" class="TCL-greenType">{{$t('visa.v_yxhoubu')}}</span>
<span v-else class="TCL-redType">{{$t('Operation.v_byxhoubu')}}</span> <span v-else class="TCL-redType">{{$t('visa.v_byxhoubu')}}</span>
</p> </p>
<p> <p>
<span>{{$t('leader.leader_Leader')}}</span> <span>{{$t('leader.leader_Leader')}}</span>
......
...@@ -484,9 +484,9 @@ ...@@ -484,9 +484,9 @@
<span v-if="item.CustomerName">客户名称:{{item.CustomerName}} <span v-if="item.CustomerName">客户名称:{{item.CustomerName}}
</span> </span>
</p> </p>
<p v-if="item.PriceOfferUrl&&item.PriceOfferUrl!=''"> <!-- <p v-if="item.PriceOfferUrl&&item.PriceOfferUrl!=''">
<a style="color:blue;" :href="item.PriceOfferUrl" v-if="item.PriceOfferUrl" target="_blank">下载报价单</a> <a style="color:blue;" :href="item.PriceOfferUrl" v-if="item.PriceOfferUrl" target="_blank">下载报价单</a>
</p> </p> -->
</div> </div>
</div> </div>
<div class="d2" v-if="pagesTitle=='跟团游产品'"> <div class="d2" v-if="pagesTitle=='跟团游产品'">
......
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