From cde6c010bcd043f0eac0f38829cce414467ba169 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 26 Apr 2021 18:17:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E8=BD=BD=E6=8F=90=E7=A4=BA,=E8=A1=A8?= =?UTF-8?q?=E6=A0=BC=E5=B1=95=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 26 +- src/common/portrait.styl | 2 +- .../BiologicalSampleSearch/SampleTable.vue | 14 +- .../BiologicalSampleSearch/Search.vue | 3 +- src/components/CaseTable/CaseKTOne.vue | 3 +- src/components/CaseTable/CaseTable.vue | 10 +- src/components/Echarts/Analysis.vue | 2 - src/components/Echarts/Categorymap.vue | 3 +- src/components/Echarts/Cisualmap.vue | 1 - src/components/Echarts/PatientProgress.vue | 3 - src/components/Echarts/Piemap.vue | 5 +- src/components/Echarts/PiemapHos.vue | 6 +- .../MeetingPreview/MeetingPreview.vue | 9 +- src/components/PatientInfo/PatientTable.vue | 26 +- src/components/TypeTable/TypeTable.vue | 5 +- src/config/api.js | 4 +- src/store/modules/home/mutations.js | 8 + src/store/modules/home/state.js | 5 +- src/views/CaseAnalysis/CaseAnalysis.vue | 2392 ++++++++-------- src/views/CaseSearch/CaseSearch.vue | 2395 +++++++++-------- src/views/Index/Index.vue | 2 +- src/views/PatientInfo/PatientInfo.vue | 2187 +++++++-------- src/views/PersonalStats/PersonalStats.vue | 9 +- src/views/SelectPatient/SelectPatient.vue | 76 +- 24 files changed, 3704 insertions(+), 3492 deletions(-) diff --git a/src/App.vue b/src/App.vue index f01d785..743fec1 100644 --- a/src/App.vue +++ b/src/App.vue @@ -3,13 +3,13 @@ * @email: 18603454788@163.com * @Date: 2021-02-22 09:20:03 * @LastEditors: wally - * @LastEditTime: 2021-04-20 10:11:13 + * @LastEditTime: 2021-04-26 18:12:14 -->