From a147eb03453e5d392678a3e576ae9749e2cdc36c Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Sat, 15 Jul 2023 16:06:25 +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