From d4801f6c6d821c3b1ebd6174498149ee0e0159ee Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Thu, 22 Sep 2022 14:49:04 +0800 Subject: [PATCH] 20220902 --- src/main/resources/templates/febs/views/modules/leader/leaderList.html | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/templates/febs/views/modules/leader/leaderList.html b/src/main/resources/templates/febs/views/modules/leader/leaderList.html index 758748a..eaadad9 100644 --- a/src/main/resources/templates/febs/views/modules/leader/leaderList.html +++ b/src/main/resources/templates/febs/views/modules/leader/leaderList.html @@ -195,8 +195,8 @@ {field: 'detailAddress', title: '自提点地址', minWidth: 150,align:'left'}, {field: 'totalProfit', title: '收益', minWidth: 150,align:'left'}, {field: 'onlineState', title: '在线状态', templet: '#onlineStateSwitch', minWidth: 100,align:'center'}, - {field: 'profitSwitch', title: '是否返利', templet: '#profitSwitch', minWidth: 100,align:'center'}, - {field: 'bonusPercent', title: '返利比例', minWidth: 150,align:'left'}, + // {field: 'profitSwitch', title: '是否返利', templet: '#profitSwitch', minWidth: 100,align:'center'}, + // {field: 'bonusPercent', title: '返利比例', minWidth: 150,align:'left'}, // {field: 'phone', title: '电话', minWidth: 150,align:'left'}, {field: 'state', title: '状态', templet: function (d) { -- Gitblit v1.9.1