From 03bd93bf72ea24c2134c08bff69a3671202759ff Mon Sep 17 00:00:00 2001
From: Administrator <15274802129@163.com>
Date: Mon, 15 Sep 2025 13:48:44 +0800
Subject: [PATCH] feat(mall): 优化活动订单列表接口和导出功能

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

diff --git a/src/main/resources/templates/febs/views/modules/votesActivity/orderList.html b/src/main/resources/templates/febs/views/modules/votesActivity/orderList.html
index 48408fe..0c4505b 100644
--- a/src/main/resources/templates/febs/views/modules/votesActivity/orderList.html
+++ b/src/main/resources/templates/febs/views/modules/votesActivity/orderList.html
@@ -257,16 +257,19 @@
             tableIns = febs.table.init({
                 elem: $view.find('table'),
                 id: 'orderActivityTable',
-                url: ctx + 'admin/happyActivity/activityOrderList',
+                url: ctx + 'admin/happyActivity/activityOrderListV2',
                 toolbar:"#orderActivityToolbar",
                 defaultToolbar:[],
                 cols: [[
                     {type: 'checkbox'},
                     {type: 'numbers', title: '', width: 80},
                     {title: '操作', toolbar: '#orderActivityOption', minWidth: 200, align: 'center'},
-                    {field: 'name', title: '名称', minWidth: 100,align:'center'},
+                    {field: 'memberName', title: '名称', minWidth: 100,align:'center'},
                     {field: 'orderNo', title: '订单编号', minWidth: 100,align:'center'},
                     {field: 'activityName', title: '活动名称', minWidth: 100,align:'center'},
+                    {field: 'connectName', title: '报名人', minWidth: 100,align:'center'},
+                    {field: 'connectPhone', title: '报名电话', minWidth: 100,align:'center'},
+                    {field: 'connectAddress', title: '报名地址', minWidth: 100,align:'center'},
                     {field: 'price', title: '单价', minWidth: 100,align:'center'},
                     {field: 'numCnt', title: '数量', minWidth: 100,align:'center'},
                     {field: 'amount', title: '总价', minWidth: 100,align:'center'},

--
Gitblit v1.9.1