0
点赞
收藏
分享

微信扫一扫

jqGrid中改变表格中列悬浮框的显示

Sophia的玲珑阁 2022-01-26 阅读 57
{header:'${text("资产名称")}', name:'name', index:'a.name', width:200,     align:"center",formatter:function(cellvalue,options,rowObject){
        return "<span title='"+'审核说明:'+rowObject.repairStatus+"' class='autotip'>"+rowObject.name+"</span>";
}},
举报

相关推荐

0 条评论