From 09c366de77408a382c79996075e50909f1b3835c Mon Sep 17 00:00:00 2001 From: aBin Date: Fri, 8 Oct 2021 18:26:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9F=BA=E6=9C=AC=E4=BF=A1=E6=81=AF=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/CaseTable/CaseTable.vue | 133 ++++++++++++++++++- src/components/PatientInfo/PatientTable.vue | 135 ++++++++++++++++++-- src/config/api.js | 6 + src/views/SelectPatient/SelectPatient.vue | 2 +- 4 files changed, 263 insertions(+), 13 deletions(-) diff --git a/src/components/CaseTable/CaseTable.vue b/src/components/CaseTable/CaseTable.vue index cf7c76f..6932016 100644 --- a/src/components/CaseTable/CaseTable.vue +++ b/src/components/CaseTable/CaseTable.vue @@ -26,7 +26,10 @@ @@ -36,12 +39,66 @@ {{ item.name }} + + + + + + + + + + + + + + {{ group.name }} + + + + + 取消 + 修改 + + +