2019年5月25日
摘要: layui表格中使用模板时需要注意 {field:'user',title: '出卷人', sort: true, templet:function(d){return '<div>'+d.user.username+'</div>'}} 在后台设置表格的json数据时,需要先把数据对象转为Obje 阅读全文
posted @ 2019-05-25 00:34 rx124 阅读(1563) 评论(0) 推荐(0)