diff --git a/view/templates/index/order_list.html b/view/templates/index/order_list.html
index 7c25cb2..a448e5c 100644
--- a/view/templates/index/order_list.html
+++ b/view/templates/index/order_list.html
@@ -96,7 +96,7 @@ layui.use(['element', 'layer', 'util', 'table'], function(){
,{field:'refund_status_desc', title:'退款状态'
,templet: function(d){
return ''+d.refund_status_desc+'';
-
+
}}
]]
,page: true
@@ -115,7 +115,7 @@ layui.use(['element', 'layer', 'util', 'table'], function(){
var data = res.data;
for(var i=0; i