main
kgdxpr 1 year ago
parent 848ef17c44
commit 78dbe2485f

@ -559,11 +559,10 @@ sum_meishu_Cols = [
//汇总物理
sum_wuli_Cols = [
[
{ title: '物理(汇总)', align: 'center', colspan: 12 }
{ title: '物理(汇总)', align: 'center', colspan: 11 }
],
[
{ title: '实验室(室数)', field: 'summary_wllshshshu', align: 'center', width: "115" },
{ title: '实验室建设年份', field: 'summary_wllsysjsny', align: 'center', width: "125" },
{ title: '实验室(室数)', field: 'summary_wllshshshu', align: 'center', width: "115" },
{ title: '实验室面积(㎡)', field: 'summary_wllsmj', align: 'center', width: "100" },
{ title: '仪器室(室数)', field: 'summary_wllyqshshu', align: 'center', width: "125" },
{ title: '仪器室面积(㎡)', field: 'summary_wllyqsmj', align: 'center', width: "125" },
@ -580,11 +579,10 @@ sum_wuli_Cols = [
//汇总化学
sum_huaxue_Cols = [
[
{ title: '化学(汇总)', align: 'center', colspan: 12 }
{ title: '化学(汇总)', align: 'center', colspan: 11 }
],
[
{ title: '实验室(室数)', field: 'summary_hxlshshshu', align: 'center', width: "115" },
{ title: '实验室建设年份', field: 'summary_hxsysjsny', align: 'center', width: "125" },
{ title: '实验室(室数)', field: 'summary_hxlshshshu', align: 'center', width: "115" },
{ title: '实验室面积(㎡)', field: 'summary_hxsysmj', align: 'center', width: "100" },
{ title: '仪器室(室数)', field: 'summary_hxyqshshu', align: 'center', width: "125" },
{ title: '仪器室面积(㎡)', field: 'summary_hxyqsmj', align: 'center', width: "125" },
@ -601,11 +599,10 @@ sum_huaxue_Cols = [
//汇总生物
sum_shengwu_Cols = [
[
{ title: '生物(汇总)', align: 'center', colspan: 12 }
{ title: '生物(汇总)', align: 'center', colspan: 11 }
],
[
{ title: '实验室(室数)', field: 'summary_swlshshshu', align: 'center', width: "115" },
{ title: '实验室建设年份', field: 'summary_swlsysjsny', align: 'center', width: "125" },
{ title: '实验室(室数)', field: 'summary_swlshshshu', align: 'center', width: "115" },
{ title: '实验室面积(㎡)', field: 'summary_swlsmj', align: 'center', width: "100" },
{ title: '仪器室(室数)', field: 'summary_swyqshshu', align: 'center', width: "125" },
{ title: '仪器室面积(㎡)', field: 'summary_swyqsmj', align: 'center', width: "125" },
@ -692,9 +689,9 @@ sum_huyandeng_Cols = [
{ title: '护眼灯(汇总)', align: 'center', colspan: 4 }
],
[
{ title: '已改造教室数量', field: 'summary_hjddjzsks', align: 'center', width: "100" },
{ title: '未改造教室数量', field: 'summary_hjddwjzsks', align: 'center', width: "100" },
{ title: '已改造功能室数量', field: 'summary_hjddjzgnqshu', align: 'center', width: "100" },
{ title: '未改造功能教室数量', field: 'summary_hjddwjzgnqshu', align: 'center', width: "100" }
{ title: '已改造教室数量', field: 'summary_hjddjzsks', align: 'center', width: "115" },
{ title: '未改造教室数量', field: 'summary_hjddwjzsks', align: 'center', width: "115" },
{ title: '已改造功能室数量', field: 'summary_hjddjzgnqshu', align: 'center', width: "130" },
{ title: '未改造功能教室数量', field: 'summary_hjddwjzgnqshu', align: 'center', width: "145" }
]
];
Loading…
Cancel
Save