From c5e9fdbe5b766e9ef5648c3954e96d394ef60522 Mon Sep 17 00:00:00 2001 From: KKSU <15274802129@163.com> Date: Mon, 30 Dec 2024 18:04:56 +0800 Subject: [PATCH] feat(mall): 为新会员设置默认导演和导演时间 --- src/main/resources/templates/febs/views/modules/mallMember/mallMemberList.html | 2 +- 1 files changed, 1 insertions(+), 1 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 d95301a..b51d273 100644 --- a/src/main/resources/templates/febs/views/modules/mallMember/mallMemberList.html +++ b/src/main/resources/templates/febs/views/modules/mallMember/mallMemberList.html @@ -250,7 +250,7 @@ {field: 'levelName', title: '会员等级', minWidth: 100,align:'left'}, {field: 'director', title: '节点', templet: '#switchDirector', minWidth: 100,align:'center'}, {field: 'directorTime', title: '节点时间', minWidth: 180,align:'center'}, - {field: 'vipLevelTime', title: '到期时间', minWidth: 180,align:'center'}, + // {field: 'vipLevelTime', title: '到期时间', minWidth: 180,align:'center'}, {field: 'createdTime', title: '注册时间', minWidth: 180,align:'center'}, {field: 'accountStatus', title: '账号状态', templet: '#switchStatus', minWidth: 100,align:'center'}, {title: '操作', -- Gitblit v1.9.1