; layui.define(["table", "form", "element"], function(e) { var t = layui.$, i = layui.table, r = (layui.form, layui.element); i.render({ initSort: {field:'height', type:'desc'}, elem: "#LAY-app-system-order", url: "block_data.php", cols: [[{ type: "numbers", fixed: "left" }, { field: "Hash", width: 240, title: "Hash", align: "center", sort: !0, templet: '#blockhashTpl' }, { field: "height", width: 100, title: "Height", align: "center", sort: !0, templet: '#blockheightTpl' }, { field: "timestamp", width: 130, title: "Time", align: "center", sort: !0 }, { field: "proof_of_space", width: 150, title: "Plot Size", align: "center", sort: !0 }, { field: "Address", width: 300, title: "Address", align: "center", sort: !0, templet: '#addressTpl' }, { field: "pool_address", width: 300, title: "Pool Address", align: "center", sort: !0, templet: '#addressTpl' } ]], page: !0, limit: 30, limits: [30], text: "对不起,加载出现异常!", done: function() { r.render("progress") } }) });