From e94e6721a4aeb8c21e97878239ec3429fc76d1ad Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Mon, 08 May 2023 14:23:45 +0800
Subject: [PATCH] 创建订单之前的判断修改

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

diff --git a/src/main/resources/templates/febs/views/modules/mallMember/moneyFlow.html b/src/main/resources/templates/febs/views/modules/mallMember/moneyFlow.html
index a7ff01b..1e9fea5 100644
--- a/src/main/resources/templates/febs/views/modules/mallMember/moneyFlow.html
+++ b/src/main/resources/templates/febs/views/modules/mallMember/moneyFlow.html
@@ -43,7 +43,6 @@
                 id: 'moneyFlowChild',
                 url: ctx + 'admin/mallMember/moneyFlow?parentId=1',
                 cols: [[
-                    {field: 'fromMemberName', title: '来自', minWidth: 80,align:'center'},
                     {field: 'amount', title: '金额', minWidth: 80,align:'center'},
                     {field: 'type', title: '流水类型',
                         templet: function (d) {
@@ -123,6 +122,7 @@
                                 return '-';
                             }
                         }, minWidth: 80,align:'center'},
+                    {field: 'fromMemberName', title: '来自', minWidth: 80,align:'center'},
                     {field: 'orderNo', title: '订单编号', minWidth: 150,align:'center'},
                     {field: 'remark', title: '备注', minWidth: 150,align:'left'},
                     {field: 'createdTime', title: '时间', minWidth: 150,align:'left'}

--
Gitblit v1.9.1