From 915bc56bd4039ed54e7e2794a811c39619d54002 Mon Sep 17 00:00:00 2001 From: "1747191978@qq.com" <1942943850@qq.com> Date: Tue, 18 Feb 2025 15:18:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=82=A3=E8=80=85=E6=A1=A3=E6=A1=88=EF=BC=8C?= =?UTF-8?q?=E8=AF=8A=E7=96=97=E6=A1=A3=E6=A1=88=E6=90=9C=E7=B4=A2=E6=9D=A1?= =?UTF-8?q?=E4=BB=B6=E9=87=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/medicalFile/index.vue | 3029 +++++++---------- .../src/views/patientFile/index.vue | 10 +- 2 files changed, 1304 insertions(+), 1735 deletions(-) diff --git a/acupuncture-前台/src/views/medicalFile/index.vue b/acupuncture-前台/src/views/medicalFile/index.vue index be9f385df..3793e0f01 100644 --- a/acupuncture-前台/src/views/medicalFile/index.vue +++ b/acupuncture-前台/src/views/medicalFile/index.vue @@ -1,1765 +1,1326 @@ + .form-item-age span { + margin: 0 10px; + } + + .form-item-age>>>.el-input { + width: 100px; + } + + >>>.el-drawer.rtl { + width: 50% !important; + } + \ No newline at end of file diff --git a/acupuncture-前台/src/views/patientFile/index.vue b/acupuncture-前台/src/views/patientFile/index.vue index ffdb54f06..e9e82a12e 100644 --- a/acupuncture-前台/src/views/patientFile/index.vue +++ b/acupuncture-前台/src/views/patientFile/index.vue @@ -3,7 +3,7 @@ - @@ -399,6 +399,14 @@ }, /** 重置按钮操作 */ resetQuery() { + this.queryParams.param = { + keywords: "", //关键字 + startAge: "", //开始年龄 + endAge: "", //结束年龄 + tenantId: "", //建档组织 + createBy: "", //建档人 + sourceId: "", //来源 + } this.handleQuery(); }, // 多选框选中数据