refactor(mallMember): 注释掉会员列表中的到期时间字段
- 在 mallMemberList.html 文件中,添加了对 '到期时间' 字段的注释
-此修改可能是为了暂时移除或隐藏该字段的显示
|  |  |  | 
|---|
|  |  |  | {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: '操作', | 
|---|