diff --git a/src/main/webapp/static/js/statistics/recordStatistics.js b/src/main/webapp/static/js/statistics/recordStatistics.js index 862b7f8..ce954f9 100644 --- a/src/main/webapp/static/js/statistics/recordStatistics.js +++ b/src/main/webapp/static/js/statistics/recordStatistics.js @@ -76,7 +76,7 @@ function initTable() { } }, { - title: '总病历数', + title: '出院人数', field: 'allRecordCount', align: 'center' }, @@ -171,6 +171,11 @@ function initTable1() { field: 'deptNameCn', align: 'left' }, + { + title: '出院人数', + field: 'allRecordCount', + align: 'center' + }, { title: '总文件数', field: 'allFileCount',