Commit b1985ec7 authored by youjie's avatar youjie

no message

parent e21f2eef
......@@ -86,6 +86,9 @@ var tripUtils = {
}, {
Id: 2,
Name: '结团'
}, {
Id: 5,
Name: '结团审核'
}, {
Id: 3,
Name: '取消'
......
......@@ -377,6 +377,7 @@
:title="$t('Operation.Op_jietuan')">{{$t('Operation.Op_jietuan')}}</span>
<span v-if="item.Status==1" :title="$t('visaT.sale')">{{$t('visaT.sale')}}</span>
<span v-if="item.OutGroupType==1" title="落地团" style="background: #ff9c00;"></span>
<span v-if="item.Status==5" title="结团审核" style="background: #2aaef2;"></span>
</div>
<div class="TCL-OutBranchName" :title="$t('visa.v_salecompany')">{{item.UnionBranchName}}</div>
<div class="TCL-TOPTCNUM">({{item.TCID}}) {{item.TCNUM}}</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