From dc4f3c9297e5f2a7a14088342cd2395d412f67f2 Mon Sep 17 00:00:00 2001 From: zengwh Date: Wed, 9 Sep 2020 17:33:33 +0800 Subject: [PATCH] =?UTF-8?q?=E7=97=85=E6=A1=88=E7=BB=9F=E8=AE=A1=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E5=A2=9E=E5=8A=A0=E5=87=BA=E9=99=A2=E4=BA=BA=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/static/js/statistics/recordStatistics.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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',