Commit 04b9be38 authored by 黄奎's avatar 黄奎

11

parent dccdafec
...@@ -167,7 +167,7 @@ ...@@ -167,7 +167,7 @@
<table border="0" cellspacing="1" cellpadding="0" class="dmcTotalTable" v-loading="loading"> <table border="0" cellspacing="1" cellpadding="0" class="dmcTotalTable" v-loading="loading">
<tr> <tr>
<th colspan="12">{{$t('ground.gstyxinxi')}}</th> <th colspan="12">{{$t('ground.gstyxinxi')}}</th>
<th colspan="6">{{$t('ground.tdxuqiubiao')}}</th> <th colspan="7">{{$t('ground.tdxuqiubiao')}}</th>
<th colspan="9">{{$t('ground.djieopcaozuo')}}</th> <th colspan="9">{{$t('ground.djieopcaozuo')}}</th>
</tr> </tr>
<tr> <tr>
...@@ -193,6 +193,7 @@ ...@@ -193,6 +193,7 @@
<th width="60">{{$t('Operation.Op_chutuan')}}<br />{{$t('ground.tongzhishu')}}</th> <th width="60">{{$t('Operation.Op_chutuan')}}<br />{{$t('ground.tongzhishu')}}</th>
<th width="70">{{$t('leader.leader_Guide')}}<br />{{$t('ground.jihuabiao')}}</th> <th width="70">{{$t('leader.leader_Guide')}}<br />{{$t('ground.jihuabiao')}}</th>
<th width="70">{{$t('leader.leader_Leader')}}<br />{{$t('ground.jiaojiebiao')}}</th> <th width="70">{{$t('leader.leader_Leader')}}<br />{{$t('ground.jiaojiebiao')}}</th>
<th width="70">评价</th>
<th width="60">{{$t('ground.yongkuan')}}<br />{{$t('ground.jihua')}}</th> <th width="60">{{$t('ground.yongkuan')}}<br />{{$t('ground.jihua')}}</th>
<th width="70">{{$t('hotel.hotel')}}</th> <th width="70">{{$t('hotel.hotel')}}</th>
<th width="60">{{$t('scen.sc_piao')}}</th> <th width="60">{{$t('scen.sc_piao')}}</th>
...@@ -380,6 +381,12 @@ ...@@ -380,6 +381,12 @@
<span class="colorE95252" v-else>{{item.Associate=='-1'?"x":"O"}}</span> <span class="colorE95252" v-else>{{item.Associate=='-1'?"x":"O"}}</span>
</div> </div>
</td> </td>
<td>
<div class="fz16 fbold linkspan">
<span style="color: #4BCA81;" v-if="item.PriceCommentFinishStatus==2"></span>
<span class="colorE95252" v-else>{{item.PriceCommentFinishStatus==0?"x":"O"}}</span>
</div>
</td>
<td> <td>
<div class="fz16 fbold linkspan" @click="goUrlYongKuan('leaderReimbursement',item,outItem,'用款计划')"> <div class="fz16 fbold linkspan" @click="goUrlYongKuan('leaderReimbursement',item,outItem,'用款计划')">
<span style="color: #4BCA81;" v-if="item.UseMoney==1"></span> <span style="color: #4BCA81;" v-if="item.UseMoney==1"></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