7-22

  • 1.在tableUI的table中的toolbar中自定义一个

  toolbar: '

' ,

并为按钮做一个监听事件:

layui.use('table', function() {
    var table = layui.table;
    table.on('toolbar(test)', function(obj) {
    window.location.href='${webRoot}/system/suggest/Suggest.jsp';                        
    });
});
  • 2.layer.alert()和layer.msg():

                {icon:1}:开心,{icon:5}:不开心

  • 使用layUI的table时,需要将后台传输来的数据进行重写时,给该列一个参数templet:
 { field: 'type', title: '投诉类型', align: 'center',templet: '#type'}



 

你可能感兴趣的:(7-22)