Commit 64decd4f authored by youjie's avatar youjie

no message

parent 315ffa4b
......@@ -73,7 +73,13 @@
<td>{{item.StartTime}}-{{ item.EndTime }}</td>
<td>{{item.C_NightNum}}</td>
<td>{{item.ApplyDate}}</td>
<td>{{item.C_PayDate?item.C_PayDate:'-'}}</td>
<td>
{{item.C_PayDate?item.C_PayDate:'-'}}
<p v-if="item.FrId">
{{$t('hotel.hotel_Order')}}:
{{item.FrId}}
</p>
</td>
<td>
<!-- 同行大红包合同状态,1-未生效,2-存续中 3待结算 4待审核 5打款中 6已完成 -->
<span class="" v-if="item.ContractStatus == 1">{{$t('active.cl_wsxiao')}}</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