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 }} | +