From 8774bb17a2d3b07e63cebb372ade19d9faad12af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E5=85=81=E6=9E=9E?= <3422692813@qq.com> Date: Fri, 18 Oct 2024 17:15:20 +0800 Subject: [PATCH] =?UTF-8?q?app=E6=96=B0=E5=BB=BA=E5=B7=A5=E5=8D=95?= =?UTF-8?q?=E6=B5=81=E7=A8=8B=E8=B5=B0=E9=80=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/projectPicker.vue | 108 +++++++++++++++------------ pages-order/addOrder/addOrder.vue | 119 +++++++++++++++++++++++++++--- pages/myCar/carDetail.vue | 81 ++++++++++---------- 3 files changed, 211 insertions(+), 97 deletions(-) diff --git a/components/projectPicker.vue b/components/projectPicker.vue index 9e18b42..fa4e2b1 100644 --- a/components/projectPicker.vue +++ b/components/projectPicker.vue @@ -18,24 +18,25 @@ - + - - {{ item.name }} + {{ item.typeName }} - - - - {{ item.name }} - - + + + + + + - - {{ proj.name }} - --> + + {{ item.name }} + @@ -48,52 +49,26 @@