From 2168bc78ddd7cb92a54fba1caa7d0a9c112cd35e Mon Sep 17 00:00:00 2001 From: pengjun <158915633@qq.com> Date: Fri, 22 Sep 2023 18:06:31 +0800 Subject: [PATCH] Diagnosis --- src/components/sumDoctorCheck/ButtonList.vue | 18 +++ .../sumDoctorCheck/SumDiagnosis.vue | 142 ++++++++++++++++++ src/store/index.js | 2 + src/views/fee-settings/SysParmSet.vue | 4 +- 4 files changed, 164 insertions(+), 2 deletions(-) create mode 100644 src/components/sumDoctorCheck/SumDiagnosis.vue diff --git a/src/components/sumDoctorCheck/ButtonList.vue b/src/components/sumDoctorCheck/ButtonList.vue index 70347a0..65ace05 100644 --- a/src/components/sumDoctorCheck/ButtonList.vue +++ b/src/components/sumDoctorCheck/ButtonList.vue @@ -24,6 +24,9 @@
新增建议
+
+ 疾病诊断 +
体检报告
@@ -43,6 +46,11 @@ + + + + + diff --git a/src/store/index.js b/src/store/index.js index 5cfa83b..603e412 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -154,9 +154,11 @@ export default new Vuex.Store({ //总检医生 sumDoctorCheck: { sumDoctorCheckDialogVisible: false, + sumDiagnosisVisible:false, sumPREdit: {}, //总检医生时间等相关信息(sumPREditInit) summaryList: [], //综述 suggestionList: [], //建议 + diagnosisList: [], //诊断 }, report: { diff --git a/src/views/fee-settings/SysParmSet.vue b/src/views/fee-settings/SysParmSet.vue index 301f6da..ccee889 100644 --- a/src/views/fee-settings/SysParmSet.vue +++ b/src/views/fee-settings/SysParmSet.vue @@ -43,7 +43,7 @@ @@ -227,7 +227,7 @@ export default { border: 1px solid; width: 200px; height: v-bind( - "(window.pageHeight < 600 ? 450 : window.pageHeight - 150) + 'px'" + "(window.pageHeight < 600 ? 410 : window.pageHeight - 190) + 'px'" ); }