From 009ae061ada5a5109456eb7ee7f817fdd2bae189 Mon Sep 17 00:00:00 2001
From: KKSU <15274802129@163.com>
Date: Sun, 28 Apr 2024 16:21:56 +0800
Subject: [PATCH] 测试环境新版
---
src/main/resources/templates/febs/views/modules/banner/inviteList.html | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/main/resources/templates/febs/views/modules/banner/inviteList.html b/src/main/resources/templates/febs/views/modules/banner/inviteList.html
index ff538b7..6cf4316 100644
--- a/src/main/resources/templates/febs/views/modules/banner/inviteList.html
+++ b/src/main/resources/templates/febs/views/modules/banner/inviteList.html
@@ -106,10 +106,10 @@
totalRow : true,
cols: [[
{field: 'id', title: '', minWidth: 50,align:'left',totalRowText:"合计"},
- {field: 'address', title: '地址', minWidth: 400,align:'center'},
- {field: 'inviteId', title: '邀请码', minWidth: 50,align:'center'},
- {field: 'refererId', title: '上级邀请码', minWidth: 50,align:'center'},
- {field: 'refererAddress', title: '上级地址', minWidth: 400,align:'center'},
+ {field: 'address', title: '地址', minWidth: 200,align:'center'},
+ {field: 'inviteId', title: '邀请码', minWidth: 100,align:'center'},
+ {field: 'refererId', title: '上级邀请码', minWidth: 100,align:'center'},
+ {field: 'refererAddress', title: '上级地址', minWidth: 200,align:'center'},
{field: 'zhiYaAmount', title: '个人业绩', minWidth: 50,align:'center', totalRow:true},
]]
});
--
Gitblit v1.9.1