+
@@ -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 @@