| xqd
@@ -51,7 +51,7 @@
|
|
|
<li {if $type=='refund'} class="active" {/if}><a href="{php echo $this->createWebUrl('order',array('type'=>refund,'status'=>6));}">待退款</a></li>
|
|
|
<li {if $type=='completerefund'} class="active" {/if}><a href="{php echo $this->createWebUrl('order',array('type'=>completerefund,'status'=>7));}">已退款</a></li>
|
|
|
<li {if $type=='reject'} class="active" {/if}><a href="{php echo $this->createWebUrl('order',array('type'=>reject,'status'=>8));}">退款拒绝</a></li>
|
|
|
- <li {if $type=='reject'} class="active" {/if}><a href="{php echo $this->createWebUrl('order',array('type'=>overdue));}">违约订单</a></li>
|
|
|
+ <li {if $type=='overdue'} class="active" {/if}><a href="{php echo $this->createWebUrl('order',array('type'=>overdue));}">违约订单</a></li>
|
|
|
</ul>
|
|
|
<div class="row ygrow">
|
|
|
<form action="" method="get" class="col-md-3">
|
| xqd
@@ -198,7 +198,7 @@
|
|
|
|
|
|
{/if}
|
|
|
{/if}
|
|
|
- {if $item['is_out_time']}
|
|
|
+ {if $item['is_out_time'] == 0}
|
|
|
<td >
|
|
|
<span class="label label-success">--</span>
|
|
|
</td>
|