| xqd
@@ -105,6 +105,7 @@
|
|
|
<!-- <th>金额</th> -->
|
|
|
<!-- <th>是否入住</th> -->
|
|
|
<th>状态</th>
|
|
|
+ <th>违约金</th>
|
|
|
<th>支付方式</th>
|
|
|
<th>操作</th>
|
|
|
</tr>
|
| xqd
@@ -197,7 +198,21 @@
|
|
|
|
|
|
{/if}
|
|
|
{/if}
|
|
|
-
|
|
|
+ {if $item['is_out_time']}
|
|
|
+ <td >
|
|
|
+ <span class="label label-success">--</span>
|
|
|
+ </td>
|
|
|
+ {else}
|
|
|
+ {if $item['is_re_pay'] == 1}
|
|
|
+ <td >
|
|
|
+ <span class="label label-success">已补</span>
|
|
|
+ </td>
|
|
|
+ {else}
|
|
|
+ <td >
|
|
|
+ <span class="label label-danger">未交</span>
|
|
|
+ </td>
|
|
|
+ {/if}
|
|
|
+ {/if}
|
|
|
{if $item['type']==1}
|
|
|
<td >
|
|
|
<span class="label label-success">微信支付</span>
|