From 8351a0a8ddf335e17756246e45dedf50aa2c93b1 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 31 May 2021 16:31:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=8B=E6=9C=BA=E7=AB=AF=E9=80=82=E9=85=8D?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 +- .../BiologicalSampleSearch/Search.vue | 54 ++- src/components/Echarts/Categorymap.vue | 59 ++- src/components/Echarts/CategorymapHos.vue | 53 +- src/components/Echarts/Cisualmap.vue | 6 +- src/components/Echarts/PatientProgress.vue | 2 +- src/components/Echarts/Piemap.vue | 4 +- src/components/Echarts/Treemap.vue | 2 +- src/components/PatientInfo/PatientAdd.vue | 6 +- src/components/PatientInfo/PatientTable.vue | 6 +- src/components/PatientInfo/Search.vue | 2 +- src/components/TypeTable/TypeTable.vue | 8 +- src/store/modules/home/state.js | 6 +- .../BiologicalSampleSearch.vue | 4 +- .../BiologicalSamples/BiologicalSamples.vue | 4 +- src/views/CaseAnalysis/CaseAnalysis.vue | 22 +- src/views/CaseSearch/CaseSearch.vue | 456 +++++++++--------- src/views/Index/Index.vue | 6 +- src/views/PatientInfo/PatientInfo.vue | 136 +++--- src/views/ProjectAssistant/General.vue | 8 +- src/views/ProjectAssistant/Statistics.vue | 6 +- src/views/SelectPatient/SelectPatient.vue | 6 +- 22 files changed, 497 insertions(+), 361 deletions(-) diff --git a/src/App.vue b/src/App.vue index 8a319cb..82a7ba4 100644 --- a/src/App.vue +++ b/src/App.vue @@ -3,7 +3,7 @@ * @email: 18603454788@163.com * @Date: 2021-04-19 10:23:19 * @LastEditors: aBin - * @LastEditTime: 2021-05-28 16:42:55 + * @LastEditTime: 2021-05-31 15:55:52 -->