From a53376e04ed4bda9b837e3ec20ac519ebb9f60f6 Mon Sep 17 00:00:00 2001 From: "1747191978@qq.com" <1942943850@qq.com> Date: Wed, 12 Mar 2025 11:44:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=BB=84=E7=BB=87=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/layout/components/Sidebar/Logo.vue | 2 +- .../src/views/followFile/index.vue | 31 +- .../src/views/followFile/subjects.vue | 768 +++++++++++------- .../src/views/followFile/work.vue | 37 + .../src/views/medicalFile/index.vue | 38 +- .../src/views/patientFile/index.vue | 29 +- 6 files changed, 596 insertions(+), 309 deletions(-) diff --git a/acupuncture-后台/src/layout/components/Sidebar/Logo.vue b/acupuncture-后台/src/layout/components/Sidebar/Logo.vue index dbb97b7a..52e3bb7a 100644 --- a/acupuncture-后台/src/layout/components/Sidebar/Logo.vue +++ b/acupuncture-后台/src/layout/components/Sidebar/Logo.vue @@ -104,7 +104,7 @@ export default { width: 32px; height: 32px; vertical-align: middle; - margin-right: 12px; + margin-right: 2px; } & .sidebar-title { diff --git a/acupuncture-后台/src/views/followFile/index.vue b/acupuncture-后台/src/views/followFile/index.vue index e10fbf52..59990016 100644 --- a/acupuncture-后台/src/views/followFile/index.vue +++ b/acupuncture-后台/src/views/followFile/index.vue @@ -16,6 +16,21 @@ @keyup.enter.native="handleQuery" /> + + + + + { + this.tenantsListData = res.data.list; + }); + }, /** cron表达式按钮操作 */ handleShowCron() { this.expression = this.form.cronExpression; @@ -424,6 +452,7 @@ export default { pageSize: 10, param: { name: "", + tenantId: "", }, }; this.handleQuery(); diff --git a/acupuncture-后台/src/views/followFile/subjects.vue b/acupuncture-后台/src/views/followFile/subjects.vue index 69988899..0d100d59 100644 --- a/acupuncture-后台/src/views/followFile/subjects.vue +++ b/acupuncture-后台/src/views/followFile/subjects.vue @@ -1,326 +1,484 @@