layui中 数据表格table 获取后台 对象中包含的对象数据

 table.render({
            elem: '#test'
            ,url:'userManager/doList?userName='+name
            ,cols: [[
              {field:'userId', title:'ID', width:80, fixed: 'left', unresize: true, sort: true}
              ,{field:'userName', title:'用户名称', width:150}
              ,{field:'userCode', title:'用户编号', width:150}
              ,{field:'phone', title:'联系电话', width:150}
              ,{field:'dm.name', title:'所属部门', width:150,templet: function(dm){
                  return dm.dm.name
              }}

            ]]
            ,page: true
          });

加粗部分就是在获取 用户对象中包含的所属部门对象  通过templet代码 获取

上一篇:2020美亚团体赛WP


下一篇:ZYJ上DM服务启停方式