From e785ebac8065980c3281f606d3423789481660a0 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 4 Mar 2021 09:56:00 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 6 +- src/App.vue | 21 +- .../BiologicalSampleSearch/Search.vue | 6 +- src/components/CaseTable/CaseTable.vue | 15 + src/components/Echarts/Analysis.vue | 6 +- src/components/Echarts/Categorymap.vue | 24 +- src/components/Echarts/Cisualmap.vue | 36 +- src/components/Echarts/PatientProgress.vue | 124 ++ src/components/Echarts/Piemap.vue | 29 +- src/components/Echarts/Treemap.vue | 50 +- src/components/PatientInfo/PatientTable.vue | 3 + src/components/PatientInfo/Search.vue | 2 +- src/config/api.js | 6 + src/plugins/ant-design-vue.js | 2 + .../BiologicalSamples/BiologicalSamples.vue | 4 +- src/views/CaseAnalysis/CaseAnalysis.vue | 20 +- src/views/CaseSearch/CaseSearch.vue | 1157 ++++++++--------- src/views/Index/Index.vue | 11 +- src/views/Meeting/Meeting.vue | 61 +- src/views/Mixin/mixin.js | 17 + src/views/PatientInfo/PatientInfo.vue | 133 +- src/views/PersonalStats/PersonalStats.vue | 74 +- .../components/AdjacentTasks.vue | 80 ++ 23 files changed, 1051 insertions(+), 836 deletions(-) create mode 100644 src/components/Echarts/PatientProgress.vue create mode 100644 src/views/Mixin/mixin.js create mode 100644 src/views/PersonalStats/components/AdjacentTasks.vue diff --git a/.env.development b/.env.development index d6cd763..8230c20 100644 --- a/.env.development +++ b/.env.development @@ -1,10 +1,10 @@ VUE_APP_MODE=development VUE_APP_NODE_ENV=development VUE_APP_SCENE=tcm -VUE_APP_BASE_URL=https://test.tall.wiki/ -VUE_APP_API_URL=https://test.tall.wiki/gateway +VUE_APP_BASE_URL=http://www.sxwikionline.com/ +VUE_APP_API_URL=http://www.sxwikionline.com/gateway VUE_APP_PROXY_URL=/gateway VUE_APP_PUBLIC_PATH=/tcm -VUE_APP_MSG_URL=wss://test.tall.wiki/websocket/message/v4.0/ws +VUE_APP_MSG_URL=wss://www.sxwikionline.com/websocket/message/v4.0/ws VUE_APP_TITLE=中医药大学课题数据库 VUE_APP_DESCRIPTION=中医药大学课题数据库 diff --git a/src/App.vue b/src/App.vue index 7adf3a7..59264ff 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,7 +1,7 @@ + + diff --git a/src/components/Echarts/Piemap.vue b/src/components/Echarts/Piemap.vue index a0a9adb..812b7ad 100644 --- a/src/components/Echarts/Piemap.vue +++ b/src/components/Echarts/Piemap.vue @@ -1,43 +1,25 @@ diff --git a/src/views/PersonalStats/components/AdjacentTasks.vue b/src/views/PersonalStats/components/AdjacentTasks.vue new file mode 100644 index 0000000..f2336c4 --- /dev/null +++ b/src/views/PersonalStats/components/AdjacentTasks.vue @@ -0,0 +1,80 @@ + + +