病案统计列表增加出院人数

master
zengwh 5 years ago
parent 29f38661a5
commit dc4f3c9297

@ -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',

Loading…
Cancel
Save