优化农科后台数据显示

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

View File

@ -68,7 +68,12 @@
// width: 100,
templet: function (d)
{
return d.userMsg.name + ',手机号:' + d.user.phone;
if(d.user)
{
return d.userMsg.name + ',手机号:' + d.user.phone;
}
return '暂无';
}
},{
field: 'auth_range',