Commit ec079d3f authored by youjie's avatar youjie

no message

parent d4e0ef98
...@@ -428,7 +428,10 @@ ...@@ -428,7 +428,10 @@
v-if="item.ScoreNum >= 0" v-if="item.ScoreNum >= 0"
@click='goInvetig("investigationList", item.TCID, 0)'>(评分{{item.ScoreNum}})</span> @click='goInvetig("investigationList", item.TCID, 0)'>(评分{{item.ScoreNum}})</span>
{{$t('Operation.Op_TeamName')}}</div> {{$t('Operation.Op_TeamName')}}</div>
<div class="TCL_Content" style="width:90%">{{item.Title}}</div> <div class="TCL_Content" style="width:90%">
{{item.Title}}
</div>
</div> </div>
</div> </div>
<div> <div>
...@@ -952,6 +955,10 @@ ...@@ -952,6 +955,10 @@
<span>{{$t('visa.v_kptime')}}</span> <span>{{$t('visa.v_kptime')}}</span>
{{item.TicketDeadline}} {{item.TicketDeadline}}
</p> </p>
<p>
<span> 结团日期</span>
{{item.OutGroupAuditDate}}
</p>
<p v-if="item.LineID==2&&item.EuropeVisaType>0"> <p v-if="item.LineID==2&&item.EuropeVisaType>0">
<span> <span>
<span v-if="item.EuropeVisaType">{{$t('visa.v_EuropeanVisaType')}}</span> <span v-if="item.EuropeVisaType">{{$t('visa.v_EuropeanVisaType')}}</span>
......
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