Index: ssts-web/src/main/webapp/disinfectsystem/reportforms/useRecordOperatorTotalView.js =================================================================== diff -u -r15836 -r15883 --- ssts-web/src/main/webapp/disinfectsystem/reportforms/useRecordOperatorTotalView.js (.../useRecordOperatorTotalView.js) (revision 15836) +++ ssts-web/src/main/webapp/disinfectsystem/reportforms/useRecordOperatorTotalView.js (.../useRecordOperatorTotalView.js) (revision 15883) @@ -1,4 +1,4 @@ -var entityName = "使用记录录入统计报表"; +var entityName = "使用记录人员汇总报表"; var grid; var myMask; @@ -65,7 +65,7 @@ var startDayofMonth = dt.getFullYear() + "/" + (dt.getMonth() + 1) + "/01"; var form = new Ext.form.FormPanel({ - title : '使用记录录入明细报表', + title : entityName, region : 'north', labelAlign : 'right', buttonAlign : 'center',