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 || '时间' }} - 备注(可选) -