From 92f107702593c1ae7a4969f5371a0c265ade068e Mon Sep 17 00:00:00 2001 From: MaDaLei Date: Fri, 17 Apr 2026 08:09:03 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=8A=A5=E5=91=8A=E9=A1=B5=E4=B8=8A?= =?UTF-8?q?=E4=BC=A0=E8=BF=9B=E5=BA=A6=E4=B8=8E=E9=87=8D=E8=AF=95=EF=BC=8C?= =?UTF-8?q?=E9=A2=84=E7=BA=A6=E9=A1=B5=E5=AE=A0=E7=89=A9=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E5=8C=B9=E9=85=8D=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../appointment/CustAppointmentCreate.vue | 164 +++++++-- src/pages/report/Report.vue | 310 ++++++++++++++---- 2 files changed, 378 insertions(+), 96 deletions(-) diff --git a/src/pages/appointment/CustAppointmentCreate.vue b/src/pages/appointment/CustAppointmentCreate.vue index 1addec0..78d7788 100644 --- a/src/pages/appointment/CustAppointmentCreate.vue +++ b/src/pages/appointment/CustAppointmentCreate.vue @@ -29,22 +29,25 @@ {{ storeHintLine }} - - 使用档案(可选) - - - {{ petPickerLabel }} - - - - 宠物名字 - + + + + 宠物类型 - + {{ newAppt.petType || '请选择' }} @@ -92,7 +95,7 @@