优化农科后台数据显示
This commit is contained in:
parent
9b44dfb02e
commit
a5132285c7
@ -67,9 +67,14 @@
|
|||||||
align: 'center',
|
align: 'center',
|
||||||
// width: 100,
|
// width: 100,
|
||||||
templet: function (d)
|
templet: function (d)
|
||||||
|
{
|
||||||
|
if(d.user)
|
||||||
{
|
{
|
||||||
return d.userMsg.name + ',手机号:' + d.user.phone;
|
return d.userMsg.name + ',手机号:' + d.user.phone;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return '暂无';
|
||||||
|
}
|
||||||
},{
|
},{
|
||||||
field: 'auth_range',
|
field: 'auth_range',
|
||||||
title: '权限',
|
title: '权限',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user