Commit c01462a6 by 朱继来

调整退款列表处理时间

parent 28498475
......@@ -491,8 +491,8 @@
<tr>
<td>{{$v['goods_name']}}</td>
<td>{{$v['refund_num']}}</td>
<td>{{$v['single_pre_price']}}</td>
<td>{{number_format($v['refund_num'] * $v['single_pre_price'], 4)}}</td>
<td>{{$currency . $v['single_pre_price']}}</td>
<td>{{$currency . number_format($v['refund_num'] * $v['single_pre_price'], 4)}}</td>
</tr>
@endforeach
</tbody>
......
......@@ -98,7 +98,7 @@
}
?>
</td>
<td class="show-list">{{$v['refund_time'] ? date('Y-m-d H:i:s', $v['refund_time']) : ''}}</td>
<td class="show-list">{{$v['update_time'] ? date('Y-m-d H:i:s', $v['update_time']) : ''}}</td>
<td>
<div class="btn-group btn-group-xs">
<a class="btn btn-primary" href="/refund_details/{{$v['refund_id']}}" target="_blank">查看申请</a>
......
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 sign in to comment