From 9275403b4ddad57dcad76b16826cf1c2476ea0c9 Mon Sep 17 00:00:00 2001 From: MaDaLei Date: Thu, 16 Apr 2026 23:23:15 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20Home+reportView=20UI=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/home/Home.vue | 58 ++++++++----------------- src/pages/report-view/reportView.vue | 65 +++++++++++++--------------- 2 files changed, 47 insertions(+), 76 deletions(-) diff --git a/src/pages/home/Home.vue b/src/pages/home/Home.vue index 828af98..9e686de 100644 --- a/src/pages/home/Home.vue +++ b/src/pages/home/Home.vue @@ -120,33 +120,33 @@ - 宠物名字 - + 宠物名字 + - 宠物类型 + 宠物类型 - - {{ newAppt.petType || '请选择' }} - + + {{ newAppt.petType || '请选择' }} + - 服务类型 + 服务类型 - - {{ newAppt.serviceType || '请选择' }} - + + {{ newAppt.serviceType || '请选择' }} + - 预约时间 + 预约时间 - - {{ appointmentDate || '日期' }} + + {{ appointmentDate || '日期' }} - - {{ appointmentTime || '时间' }} + + {{ appointmentTime || '时间' }} - 备注(可选) -