From 67baea2cb2d180d584d7cc32c58649c7c8732293 Mon Sep 17 00:00:00 2001 From: caiyuhao <3281194902@qq.com> Date: Sat, 14 Sep 2024 16:19:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=83=85=E5=86=B5=E5=88=86?= =?UTF-8?q?=E6=9E=90=EF=BC=8C=E4=BF=AE=E6=94=B9=E6=AF=9B=E8=89=B2=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=E7=97=87=E7=8A=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/pet/pet-add-page.vue | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/pages/pet/pet-add-page.vue b/src/pages/pet/pet-add-page.vue index 22c9523..466a1dc 100644 --- a/src/pages/pet/pet-add-page.vue +++ b/src/pages/pet/pet-add-page.vue @@ -82,13 +82,24 @@ - 宠物毛色 + 宠物症状 + + + + 情况分析 + + @@ -123,6 +134,7 @@ const petBirthday = ref('') const gender = ref('') const petBreed = ref('') const petColor = ref('') +const analysis = ref('') const imageSrc = ref('https://via.placeholder.com/150') const userId = ref('') const petId = ref(null)