From 2c357041e5dcf2e52aff24c45225fc3e895a6aff Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Sun, 12 Jul 2020 20:22:45 +0800
Subject: [PATCH] 20200712 代码提交
---
src/main/resources/templates/febs/views/modules/member/agentInfo.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/resources/templates/febs/views/modules/member/agentInfo.html b/src/main/resources/templates/febs/views/modules/member/agentInfo.html
index e17e2e2..a2ca733 100644
--- a/src/main/resources/templates/febs/views/modules/member/agentInfo.html
+++ b/src/main/resources/templates/febs/views/modules/member/agentInfo.html
@@ -89,11 +89,11 @@
{field: 'team', title: '团队',
templet: function (d) {
if(d.team != null ){
- return '<span style="color:green;">团队'+d.team+'</span>'
+ return '<span style="color:green;">'+d.team+'</span>'
}else{
return ''
}
- }, minWidth: 200,align:'center'},
+ }, minWidth: 200,align:'center',sort: true},
{field: 'feeIsSelf', title: '手续费是否设置自己',
templet: function (d) {
if(d.feeIsSelf === 1){
--
Gitblit v1.9.1