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