From 694472ad09def4e19072e37ce0463c2b9c4a2120 Mon Sep 17 00:00:00 2001 From: wans <747101512@qq.com> Date: Thu, 8 Jul 2021 11:14:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A1=B5=E9=9D=A2=E9=80=BB?= =?UTF-8?q?=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../static/route/bossleader/list.html | 12 +++---- .../static/route/communityboss/list.html | 10 +++--- .../route/communityboss/list_level2.html | 31 ++++++++-------- .../route/communityboss/list_level3.html | 30 ++++++++-------- .../route/communityboss/list_level4.html | 35 ++++++++++--------- 5 files changed, 60 insertions(+), 58 deletions(-) diff --git a/src/main/resources/static/route/bossleader/list.html b/src/main/resources/static/route/bossleader/list.html index ff25d12..a0af89e 100755 --- a/src/main/resources/static/route/bossleader/list.html +++ b/src/main/resources/static/route/bossleader/list.html @@ -18,14 +18,14 @@
- +
-
+ @@ -175,7 +175,7 @@ return rowData; } }, - {field: 'bossLeaderUsername', width: 150, title: '用户名', align:'center', + {field: 'bossLeaderUsername', width: 200, title: '用户账号', align:'center', templet: function(row) { var rowData = row[this.field]; if(typeof(rowData) === 'undefined' || rowData == null || rowData == '') { @@ -184,7 +184,7 @@ return rowData; } }, - {field: 'bossLeaderPhone', width: 150, title: '电话', align:'center', + {field: 'bossLeaderPhone', width: 200, title: '联系方式', align:'center', templet: function(row) { var rowData = row[this.field]; if(typeof(rowData) === 'undefined' || rowData == null || rowData == '') { @@ -193,7 +193,7 @@ return rowData; } }, - {field: 'communityBossNames', width: 150, title: '一级网格长', align:'center', + {field: 'communityBossNames', width: 250, title: '一级网格长', align:'center', templet: function(row) { var rowData = row[this.field]; if(typeof(rowData) === 'undefined' || rowData == null || rowData == '') { diff --git a/src/main/resources/static/route/communityboss/list.html b/src/main/resources/static/route/communityboss/list.html index a25c7b7..31ce31b 100755 --- a/src/main/resources/static/route/communityboss/list.html +++ b/src/main/resources/static/route/communityboss/list.html @@ -18,12 +18,12 @@
- +