From 3714124bbca8ef8ea08d48c7c84e2d1fef2bd0ee Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 5 Mar 2021 18:00:27 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=95=E9=A2=98=E7=9B=B8=E5=85=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 16 +- src/components/PatientInfo/PatientTable.vue | 26 +- src/config/api.js | 4 + src/views/PatientInfo/PatientInfo.vue | 722 ++++++++++++-------- 4 files changed, 483 insertions(+), 285 deletions(-) diff --git a/src/App.vue b/src/App.vue index 59264ff..a3cc98a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,7 +1,7 @@