From 83dbfeab6fe421bf11b39429dca32469b8a1b9f8 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Sat, 25 Sep 2021 18:44:44 +0800
Subject: [PATCH] 20210925

---
 src/main/resources/templates/febs/views/modules/order/refundList.html |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/templates/febs/views/modules/order/refundList.html b/src/main/resources/templates/febs/views/modules/order/refundList.html
index cbfffef..1a1e006 100644
--- a/src/main/resources/templates/febs/views/modules/order/refundList.html
+++ b/src/main/resources/templates/febs/views/modules/order/refundList.html
@@ -86,7 +86,7 @@
             var data = obj.data,
                 layEvent = obj.event;
             if (layEvent === 'refunding') {
-                febs.modal.open( '退款进度', 'modules/order/seeRefund/' + data.id, {
+                febs.modal.open( '退款进度', 'modules/order/refunding/' + data.id, {
                     maxmin: true,
                 });
             }
@@ -189,6 +189,7 @@
                             }
                         }, minWidth: 80,align:'center'},
                     {field: 'addressDetail', title: '收货信息', minWidth: 150,align:'left'},
+                    {field: 'createdTime', title: '创建时间', minWidth: 150,align:'left'},
                     {title: '操作',
                         templet: function (d) {
                         if(d.status === 1){

--
Gitblit v1.9.1