当前位置: 代码迷 >> 综合 >> layui table根据获取的数值改为对应需要显示信息
  详细解决方案

layui table根据获取的数值改为对应需要显示信息

热度:30   发布时间:2023-11-07 23:15:25.0
,cols: [[ //表头{
    type:'radio', fixed: 'left'}{
    field: 'schName', title: '学校', width:300, align:'center'}{
    field: 'roleId', title: '职务', width:200, align:'center',templet:function(d){
    if(d.roleId == 1){
    return "超级管理员"}else if(d.roleId == 2){
    return "教师"}}}
]]
  相关解决方案