diff --git a/WebRoot/view/tb/zbdc/cols/colsData.js b/WebRoot/view/tb/zbdc/cols/colsData.js index 8a087d71..456ee9e3 100644 --- a/WebRoot/view/tb/zbdc/cols/colsData.js +++ b/WebRoot/view/tb/zbdc/cols/colsData.js @@ -124,7 +124,7 @@ xx_xinli_Cols = [ ], [ { title: '心理辅导室(室数)', field: 'xx_xldfshshu', align: 'center', width: "135" }, - { title: '心理辅导室总面积(㎡)', field: 'xx_xldfsmj', align: 'center', width: "140" } + { title: '心理辅导室总面积(㎡)', field: 'xx_xldfsmj', align: 'center', width: "150" } ] ]; //小学卫生室 @@ -140,11 +140,13 @@ xx_weisheng_Cols = [ //小学护眼灯 xx_huyandeng_Cols = [ [ - { title: '小学护眼灯', align: 'center', colspan: 4 } + { title: '小学护眼灯', align: 'center', colspan: 6 } ], - [ + [ + { title: '教室数量', field: 'xx_hydjs', align: 'center', width: "90" }, { title: '已改造教室数量', field: 'xx_hjddjzsks', align: 'center', width: "115" }, { title: '未改造教室数量', field: 'xx_hjddwjzsks', align: 'center', width: "115" }, + { title: '功能室数量', field: 'xx_hydgns', align: 'center', width: "100" }, { title: '已改造功能室数量', field: 'xx_hjddjzgnqshu', align: 'center', width: "130" }, { title: '未改造功能教室数量', field: 'xx_hjddwjzgnqshu', align: 'center', width: "145" } ] @@ -312,7 +314,7 @@ cz_xinli_Cols = [ ], [ { title: '心理辅导室(室数)', field: 'cz_xldfshshu', align: 'center', width: "135" }, - { title: '心理辅导室总面积(㎡)', field: 'cz_xldfsmj', align: 'center', width: "140" } + { title: '心理辅导室总面积(㎡)', field: 'cz_xldfsmj', align: 'center', width: "150" } ] ]; //初中卫生室 @@ -340,11 +342,13 @@ cz_qita_Cols = [ //初中护眼灯 cz_huyandeng_Cols = [ [ - { title: '初中护眼灯', align: 'center', colspan: 4 } + { title: '初中护眼灯', align: 'center', colspan: 6 } ], - [ + [ + { title: '教室数量', field: 'cz_hydjs', align: 'center', width: "90" }, { title: '已改造教室数量', field: 'cz_hjddjzsks', align: 'center', width: "115" }, { title: '未改造教室数量', field: 'cz_hjddwjzsks', align: 'center', width: "115" }, + { title: '功能室数量', field: 'cz_hydgns', align: 'center', width: "100" }, { title: '已改造功能室数量', field: 'cz_hjddjzgnqshu', align: 'center', width: "130" }, { title: '未改造功能教室数量', field: 'cz_hjddwjzgnqshu', align: 'center', width: "145" } ] @@ -492,7 +496,7 @@ gz_xinli_Cols = [ ], [ { title: '心理辅导室(室数)', field: 'gz_xldfshshu', align: 'center', width: "135" }, - { title: '心理辅导室总面积(㎡)', field: 'gz_xldfsmj', align: 'center', width: "140" } + { title: '心理辅导室总面积(㎡)', field: 'gz_xldfsmj', align: 'center', width: "150" } ] ]; //高中卫生室 @@ -530,11 +534,13 @@ gz_qita_Cols = [ //高中护眼灯 gz_huyandeng_Cols = [ [ - { title: '高中护眼灯', align: 'center', colspan: 4 } + { title: '高中护眼灯', align: 'center', colspan: 6 } ], [ + { title: '教室数量', field: 'gz_hydjs', align: 'center', width: "90" }, { title: '已改造教室数量', field: 'gz_hjddjzsks', align: 'center', width: "115" }, { title: '未改造教室数量', field: 'gz_hjddwjzsks', align: 'center', width: "115" }, + { title: '功能室数量', field: 'gz_hydgns', align: 'center', width: "100" }, { title: '已改造功能室数量', field: 'gz_hjddjzgnqshu', align: 'center', width: "130" }, { title: '未改造功能教室数量', field: 'gz_hjddwjzgnqshu', align: 'center', width: "145" } ] @@ -699,7 +705,7 @@ sum_xinli_Cols = [ ], [ { title: '心理辅导室(室数)', field: 'summary_xldfshshu', align: 'center', width: "135" }, - { title: '心理辅导室总面积(㎡)', field: 'summary_xldfsmj', align: 'center', width: "140" } + { title: '心理辅导室总面积(㎡)', field: 'summary_xldfsmj', align: 'center', width: "150" } ] ]; //汇总卫生室 @@ -727,11 +733,13 @@ sum_qita_Cols = [ //汇总护眼灯 sum_huyandeng_Cols = [ [ - { title: '护眼灯(汇总)', align: 'center', colspan: 4 } + { title: '护眼灯(汇总)', align: 'center', colspan: 6 } ], - [ + [ + { title: '教室数量', field: 'summary_hydjs', align: 'center', width: "90" }, { title: '已改造教室数量', field: 'summary_hjddjzsks', align: 'center', width: "115" }, { title: '未改造教室数量', field: 'summary_hjddwjzsks', align: 'center', width: "115" }, + { title: '功能室数量', field: 'summary_hydgns', align: 'center', width: "100" }, { title: '已改造功能室数量', field: 'summary_hjddjzgnqshu', align: 'center', width: "130" }, { title: '未改造功能教室数量', field: 'summary_hjddwjzgnqshu', align: 'center', width: "145" } ]