JS table表格传递多个参数

参考

{
    
    
    field : 'noticeTitle',
    title : '通知标题',
    align: "center",
    formatter: function (value, row, index) {
    
    
        return '<a href="javaScript:xiangqing(\'' + row.id + '\',\'' + row.flag + '\')">' + value + '</a>';
    }
}

猜你喜欢

转载自blog.csdn.net/hexianfan/article/details/131184217