mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update index.html
This commit is contained in:
parent
17f9369a67
commit
7bcc39ab7c
@ -30,8 +30,14 @@
|
|||||||
sort: {field: 'subscribe_time', type: 'desc'},
|
sort: {field: 'subscribe_time', type: 'desc'},
|
||||||
cols: [[
|
cols: [[
|
||||||
{checkbox: true},
|
{checkbox: true},
|
||||||
{field: 'nickname', title: '微信昵称', minWidth: 100, align: 'center'},
|
{
|
||||||
{field: 'province', title: '所在区域', minWidth: 120, templet: '<div>{{d.country}} {{d.province}} {{d.city}}</div>'},
|
field: 'headimg', title: '头像', width: 65, align: "center", templet: function (d) {
|
||||||
|
d.headimgurl = d.headimgurl || '';
|
||||||
|
return d.headimgurl ? '<div class="headimg headimg-xs margin-0" data-tips-image data-tips-hover data-lazy-src="' + d.headimgurl + '" style="background-image:url(' + d.headimgurl + ')"></div>' : '';
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{field: 'nickname', title: '微信昵称', align: "center", minWidth: 100},
|
||||||
|
{field: 'province', title: '所在区域', align: "center", minWidth: 120, templet: '<div>{{d.country}} {{d.province}} {{d.city}}</div>'},
|
||||||
{field: 'sex', title: '性别', align: 'center', minWidth: 80, templet: '<div>{{d.sex==1 ? "男" : (d.sex==2 ? "女" : "未知")}}</div>'},
|
{field: 'sex', title: '性别', align: 'center', minWidth: 80, templet: '<div>{{d.sex==1 ? "男" : (d.sex==2 ? "女" : "未知")}}</div>'},
|
||||||
{field: 'language', title: '使用语言', align: 'center', minWidth: 100, templet: '<div>{{d.language}}</div>'},
|
{field: 'language', title: '使用语言', align: 'center', minWidth: 100, templet: '<div>{{d.language}}</div>'},
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user