优化农科后台数据显示

This commit is contained in:
monanxiao 2023-03-20 14:58:33 +08:00
parent 9b44dfb02e
commit a5132285c7

View File

@ -67,9 +67,14 @@
align: 'center',
// width: 100,
templet: function (d)
{
if(d.user)
{
return d.userMsg.name + ',手机号:' + d.user.phone;
}
return '暂无';
}
},{
field: 'auth_range',
title: '权限',