From 9ceeb5b0cf3e3d31c944c434d9dab22478434429 Mon Sep 17 00:00:00 2001 From: pengjun <158915633@qq.com> Date: Tue, 25 Jun 2024 20:12:28 +0800 Subject: [PATCH] dj --- src/assets/css/global.css | 1 - .../patientRegister/PatientRegisterEdit.vue | 22 +- src/components/report/NationHealthReport.vue | 250 ++++++++++++++++++ src/router/index.js | 6 + .../customerOrg/patientRegisterImport.vue | 21 +- 5 files changed, 283 insertions(+), 17 deletions(-) create mode 100644 src/components/report/NationHealthReport.vue diff --git a/src/assets/css/global.css b/src/assets/css/global.css index a281251..b847969 100644 --- a/src/assets/css/global.css +++ b/src/assets/css/global.css @@ -147,7 +147,6 @@ /* el-cascader 隐藏前面的radio并点击行选中 */ - .example .el-cascader-panel .el-radio { width: 100%; height: 100%; diff --git a/src/components/patientRegister/PatientRegisterEdit.vue b/src/components/patientRegister/PatientRegisterEdit.vue index 89b94d2..dfa2ec9 100644 --- a/src/components/patientRegister/PatientRegisterEdit.vue +++ b/src/components/patientRegister/PatientRegisterEdit.vue @@ -587,7 +587,7 @@ :append-to-body="true">
| 序号 | +项目 | +数据 | + + +
|---|---|---|
| 1 | +男(人次) | +{{ nationHealthReportData.maleCount }} | +
| 2 | +女(人次) | +{{ nationHealthReportData.femaleCount }} | +
| 3 | +总人次 | +{{ nationHealthReportData.sumCount }} | +
| 4 | +理论金额(万元) | +{{ nationHealthReportData.standardMoney }} | +
| 5 | +应收金额(万元) | +{{ nationHealthReportData.chargeMoney }} | +