From 42f399525b68f57f0f8491f455c0488c27c293d5 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Thu, 08 Sep 2022 18:50:19 +0800
Subject: [PATCH] 20220902

---
 src/main/resources/templates/febs/views/modules/leader/leaderList.html |    6 +++++-
 1 files changed, 5 insertions(+), 1 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 715d263..30a504a 100644
--- a/src/main/resources/templates/febs/views/modules/leader/leaderList.html
+++ b/src/main/resources/templates/febs/views/modules/leader/leaderList.html
@@ -111,7 +111,7 @@
                 });
             }
             if (layEvent === 'leaderCancel') {
-                febs.modal.confirm('取消', '确认取消该团长?', function () {
+                febs.modal.confirm('取消', '用户被取消团长资格将无法再次申请', function () {
                     leaderCancel(data.id);
                 });
             }
@@ -165,6 +165,10 @@
                         templet: function (d) {
                             return '<a lay-event="seeImgThumb"><img id="seeImgThumb'+d.id+'" src="'+d.addressPic+'" alt=""></a>';
                         }, minWidth: 150,align:'center'},
+                    {field: 'addressArea', title: '自提点名称', minWidth: 150,align:'left'},
+                    {field: 'detailAddress', title: '自提点地址', minWidth: 150,align:'left'},
+                    {field: 'totalProfit', title: '收益', minWidth: 150,align:'left'},
+                    // {field: 'phone', title: '电话', minWidth: 150,align:'left'},
                     {field: 'state', title: '状态',
                         templet: function (d) {
                             if (d.state === 1) {

--
Gitblit v1.9.1