From 18b9614fa2a291223b7d4b86ef75c12df4260ca2 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Tue, 25 Jul 2023 16:17:41 +0800
Subject: [PATCH] 订单支付后生成对应的课程单

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

diff --git a/src/main/resources/templates/febs/views/modules/mallMember/mallMemberList.html b/src/main/resources/templates/febs/views/modules/mallMember/mallMemberList.html
index 920fa9a..6e7f1dd 100644
--- a/src/main/resources/templates/febs/views/modules/mallMember/mallMemberList.html
+++ b/src/main/resources/templates/febs/views/modules/mallMember/mallMemberList.html
@@ -272,6 +272,7 @@
                             }
                         }, minWidth: 100,align:'center'},
                     // {field: 'storeMaster', title: '店长', templet:'#switchStoreMaster', minWidth: 100},
+                    {field: 'director', title: '董事', templet:'#switchDirector', minWidth: 100},
                     {field: 'partner', title: '合伙人', templet:'#switchPartner', minWidth: 100},
                     {field: 'accountType', title: '账号类型',
                         templet: function (d) {

--
Gitblit v1.9.1