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
66216979c1
commit
17f9369a67
@ -33,7 +33,7 @@
|
||||
{field: 'nickname', title: '微信昵称', minWidth: 100, align: 'center'},
|
||||
{field: 'province', title: '所在区域', 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: 'language', title: '所属国家', align: 'center', minWidth: 100, templet: '<div>{{d.language}}</div>'},
|
||||
{field: 'language', title: '使用语言', align: 'center', minWidth: 100, templet: '<div>{{d.language}}</div>'},
|
||||
{
|
||||
field: 'subscribe', title: '订阅状态', align: "center", templet: function (d) {
|
||||
if (d.subscribe > 0) return '<span class="layui-badge layui-bg-green">已订阅</span>';
|
||||
|
Loading…
x
Reference in New Issue
Block a user