From 0c19b95cac1bed28ea09d6edbc8d14f4d9cdd474 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Wed, 16 Aug 2023 16:20:34 +0800
Subject: [PATCH] 后台修改

---
 src/main/resources/templates/febs/views/goods/orderList.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/templates/febs/views/goods/orderList.html b/src/main/resources/templates/febs/views/goods/orderList.html
index 2dc8975..a363970 100644
--- a/src/main/resources/templates/febs/views/goods/orderList.html
+++ b/src/main/resources/templates/febs/views/goods/orderList.html
@@ -151,7 +151,7 @@
                 });
             }
             if (layEvent === 'orderMoneyFlow') {
-                febs.modal.open( '订单流水', 'modules/goods/orderMoneyFlow/' + data.id, {
+                febs.modal.open( '订单流水', 'goodsView/orderMoneyFlow/' + data.id, {
                     maxmin: true,
                 });
             }

--
Gitblit v1.9.1