main
kgdxpr 1 year ago
parent 2c4862523b
commit f3c9609fec

@ -72,11 +72,7 @@
function tableRender() { function tableRender() {
table.render({ table.render({
elem: '#data-table', elem: '#data-table',
url: '/QingLong/organization/getSchoolList', url: '/QingLong/zjcq/listZjcq',
where: {
school_type_id: -1,
parent_org_id: "064BB3C9-E8DB-45ED-B0C1-6ABC5EA3B667"
},
height: 'full-150', height: 'full-150',
page: { page: {
limit: 15 limit: 15
@ -86,9 +82,8 @@
}, },
cols: [[ cols: [[
{ title: '序号', align: 'center', width: "5%", type: 'numbers' }, { title: '序号', align: 'center', width: "5%", type: 'numbers' },
{ title: '学校名称', field: 'org_name', align: 'center' }, { title: '名称', field: 'ys_name', align: 'center' },
{ title: '学校编码', field: 'org_code', align: 'center', width: "15%" }, { title: '日期', field: 'ys_date', align: 'center', width: "15%" },
{ title: '学校类型', field: 'school_type_name', align: 'center', width: "15%" },
{ title: '操作', toolbar: '#table-bar', align: 'center', width: "35%" } { title: '操作', toolbar: '#table-bar', align: 'center', width: "35%" }
]], ]],
skin: 'line', skin: 'line',

Loading…
Cancel
Save