From 971f739f9ee5fb868d72f9a85d65e9f0791d5032 Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Fri, 24 Mar 2023 12:35:36 +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