From 3b4fa6022aa517be992026f921945bfc47925c1a Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Thu, 04 Mar 2021 18:15:50 +0800
Subject: [PATCH] 20210321  跟单最大人数修改

---
 src/main/resources/templates/febs/views/modules/documentary/traderUpdate.html |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/main/resources/templates/febs/views/modules/documentary/traderUpdate.html b/src/main/resources/templates/febs/views/modules/documentary/traderUpdate.html
index 656c9d2..5535ffe 100644
--- a/src/main/resources/templates/febs/views/modules/documentary/traderUpdate.html
+++ b/src/main/resources/templates/febs/views/modules/documentary/traderUpdate.html
@@ -86,7 +86,7 @@
                 });
             }
             if (layEvent === 'modifyProfitRatio') {
-                febs.modal.open('收益率修改', 'modules/documentary/modifyProfitRatio/' + data.id, {
+                febs.modal.open('修改', 'modules/documentary/modifyProfitRatio/' + data.id, {
                     btn: ['确认', '取消'],
                     yes: function (index, layero) {
                         $('#user-update').find('#submit').trigger('click');
@@ -167,6 +167,7 @@
                     {field: 'realName', title: '姓名', minWidth: 100,align:'left'},
                     {field: 'inviteId', title: '邀请码UID', minWidth: 80,align:'center'},
                     {field: 'profitRatio', title: '利润率', minWidth: 80,align:'center'},
+                    {field: 'followNum', title: '跟随人数', minWidth: 120,align:'center'},
                     {field: 'accountType', title: '账号类型',
                     	templet: function (d) {
                             if (d.accountType === 2) {
@@ -195,12 +196,12 @@
                             if (d.verifyStatus === 3) {
                             	return '<button lay-event="edit" shiro:hasPermission="user:update">审核</button>'
                             }else if(d.verifyStatus === 1 && d.isSetFrist ===1){
-                                return '<button lay-event="modifyProfitRatio" shiro:hasPermission="user:update">收益率修改</button>'
+                                return '<button lay-event="modifyProfitRatio" shiro:hasPermission="user:update">修改</button>'
                             	+ '<button lay-event="getOut" shiro:hasPermission="user:update">踢出</button>'
                             	+ '<button lay-event="getFull" shiro:hasPermission="user:update">满员</button>'
                                 + '<button lay-event="getOutFrist" shiro:hasPermission="user:update">取消推荐</button>'
                             }else if(d.verifyStatus === 1 && d.isSetFrist !=1){
-                                return '<button lay-event="modifyProfitRatio" shiro:hasPermission="user:update">收益率修改</button>'
+                                return '<button lay-event="modifyProfitRatio" shiro:hasPermission="user:update">修改</button>'
                                     + '<button lay-event="getOut" shiro:hasPermission="user:update">踢出</button>'
                                     + '<button lay-event="getFull" shiro:hasPermission="user:update">满员</button>'
                                     + '<button lay-event="getOn" shiro:hasPermission="user:update">推荐首页</button>'

--
Gitblit v1.9.1