From d70e20017c3f5c994029f419775e54b841f1daf5 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 11 May 2021 18:57:27 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=86=E8=8A=82=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 16 +- src/common/portrait.styl | 2 +- src/components/BtnCom/BtnCon.vue | 4 +- src/components/CaseTable/CaseTable.vue | 2 + src/components/Echarts/PatientProgress.vue | 7 + src/components/PatientInfo/PatientTable.vue | 141 +++++++++++------- src/components/PatientInfo/Search.vue | 10 +- src/config/api.js | 20 +-- src/router/index.js | 4 +- src/store/modules/home/mutations.js | 2 +- src/store/modules/home/state.js | 9 +- .../BiologicalSampleSearch.vue | 4 +- .../BiologicalSamples/BiologicalSamples.vue | 34 ++--- src/views/CaseAnalysis/CaseAnalysis.vue | 20 ++- src/views/CaseSearch/CaseSearch.vue | 16 +- src/views/PatientInfo/PatientInfo.vue | 49 +++++- src/views/ProjectAssistant/Examine.vue | 89 +++++------ src/views/ProjectAssistant/General.vue | 97 ++++++------ src/views/SelectPatient/SelectPatient.vue | 4 +- 19 files changed, 308 insertions(+), 222 deletions(-) diff --git a/src/App.vue b/src/App.vue index 8f5c01e..5d31f2f 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,16 +1,15 @@ - @@ -40,10 +39,11 @@ export default { }, }, created() { - // const userId = '1210049212671201280'; - // const params = { userId }; - // await this.getUserId(params); - // await this.getToken(); + // async created() { + // const userId = '1210049212671201280'; + // const params = { userId }; + // await this.getUserId(params); + // await this.getToken(); if (localStorage.getItem('patientId')) { this.setPatientId(localStorage.getItem('patientId')); } diff --git a/src/common/portrait.styl b/src/common/portrait.styl index e7a0c5a..0f32763 100644 --- a/src/common/portrait.styl +++ b/src/common/portrait.styl @@ -202,7 +202,7 @@ position: fixed; height: 40px; right: 50px; - bottom: 50px; + bottom: 150px; } .bot-right-tips { position: fixed; diff --git a/src/components/BtnCom/BtnCon.vue b/src/components/BtnCom/BtnCon.vue index 99a94eb..588c0c5 100644 --- a/src/components/BtnCom/BtnCon.vue +++ b/src/components/BtnCom/BtnCon.vue @@ -3,8 +3,8 @@
首页数据统计
会议纪要
会议查看
-
选择患者信息
-
患者信息录入
+
选择病例信息
+
病例信息录入
病例搜索
病例分析
生物样本
diff --git a/src/components/CaseTable/CaseTable.vue b/src/components/CaseTable/CaseTable.vue index 1b96294..e80e2ad 100644 --- a/src/components/CaseTable/CaseTable.vue +++ b/src/components/CaseTable/CaseTable.vue @@ -21,6 +21,8 @@ 数据收集按时完成 数据收集超时中 废弃 + 审核通过 + 已结算 - + diff --git a/src/components/PatientInfo/Search.vue b/src/components/PatientInfo/Search.vue index 50f559e..5efd477 100644 --- a/src/components/PatientInfo/Search.vue +++ b/src/components/PatientInfo/Search.vue @@ -3,7 +3,7 @@ * @email: 18603454788@163.com * @Date: 2021-04-19 10:23:19 * @LastEditors: wally - * @LastEditTime: 2021-05-06 14:55:47 + * @LastEditTime: 2021-05-11 11:14:47 -->