From 932078c3dc5f2741fb5a8fe380b57edb7beccfaf Mon Sep 17 00:00:00 2001 From: zoujing Date: Wed, 6 Aug 2025 21:58:26 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=AF=B9=E6=8E=A5=E4=BA=86=E5=91=BC?= =?UTF-8?q?=E5=8F=AB=E6=9C=8D=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/CreateServiceOrder/index.vue | 124 +++++++++++++++++- components/CreateServiceOrder/prompt.md | 4 + .../CreateServiceOrder/styles/index.scss | 37 ++++++ request/api/OrderApi.js | 6 + 4 files changed, 166 insertions(+), 5 deletions(-) diff --git a/components/CreateServiceOrder/index.vue b/components/CreateServiceOrder/index.vue index 476967a..6c42208 100644 --- a/components/CreateServiceOrder/index.vue +++ b/components/CreateServiceOrder/index.vue @@ -21,22 +21,42 @@ 联系房客: + + {{ contactName }} 联系电话: + + {{ contactPhone }} - + + + + + + + + + @@ -49,14 +69,100 @@