|
|
|
@ -68,11 +68,9 @@
|
|
|
|
|
function tableRender() {
|
|
|
|
|
table.render({
|
|
|
|
|
elem: '#data-table',
|
|
|
|
|
url: '/QingLong/yunxiao/getTop10',
|
|
|
|
|
url: '/QingLong/collect/getAllBureau',
|
|
|
|
|
where: {
|
|
|
|
|
page: 1,
|
|
|
|
|
limit: 100,
|
|
|
|
|
system_id: 0
|
|
|
|
|
is_match: 0
|
|
|
|
|
},
|
|
|
|
|
height: 'full-60',
|
|
|
|
|
page: {
|
|
|
|
@ -83,11 +81,10 @@
|
|
|
|
|
},
|
|
|
|
|
cols: [[
|
|
|
|
|
{ title: '序号', unresize: true, align: 'center', width: "5%", type: 'numbers' },
|
|
|
|
|
{ title: '单位名称', unresize: true, align: 'center', field: 'st' },
|
|
|
|
|
{ title: '单位名称', unresize: true, align: 'center', field: 'org_name' },
|
|
|
|
|
{ title: '操作', unresize: true, align: 'center', width: "10%", toolbar: '#table-bar' }
|
|
|
|
|
]],
|
|
|
|
|
skin: 'line',
|
|
|
|
|
toolbar: '#table-toolbar',
|
|
|
|
|
defaultToolbar: []
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|