|
@@ -36,7 +36,11 @@
|
|
|
<td class='text-left nowrap'>{$vo.num|default=''}</td>
|
|
|
<td class='text-left nowrap'>{$vo.order_no|default=''}</td>
|
|
|
<td class='text-left nowrap'>{$order_status[$vo.status]}{if $vo.status eq 2}({eq name='vo.cancel_state' value='1'}自动取消{/eq}{eq name='vo.cancel_state' value='2'}手动取消{/eq}){/if}</td>
|
|
|
- <td class='text-left nowrap'>{eq name='vo.pay_type' value='wx'}微信{/eq}{eq name='vo.pay_type' value='zfb'}支付宝{/eq}</td>
|
|
|
+ <td class='text-left nowrap'>
|
|
|
+ {eq name='vo.pay_type' value='wx'}微信{/eq}
|
|
|
+ {eq name='vo.pay_type' value='zfb'}支付宝{/eq}
|
|
|
+ {eq name='vo.pay_type' value='sd'}杉德{/eq}
|
|
|
+ </td>
|
|
|
<td class='text-left nowrap'>{$vo.create_at}</td>
|
|
|
<td class='text-left nowrap'>{$vo.pay_at}</td>
|
|
|
|