From 2aba91c5f4aba4863cc56899e6d57c0a5fc4aa94 Mon Sep 17 00:00:00 2001 From: JenniferW <1627055433@qq.com> Date: Wed, 4 Jun 2025 10:08:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/order/intention/Step1.vue | 14 ++++++++++---- src/views/order/intention/Step2.vue | 16 ++++++++-------- src/views/order/intention/Step4.vue | 8 +++++++- src/views/order/intention/create.vue | 2 +- 4 files changed, 26 insertions(+), 14 deletions(-) diff --git a/src/views/order/intention/Step1.vue b/src/views/order/intention/Step1.vue index 6ea1875..be66906 100644 --- a/src/views/order/intention/Step1.vue +++ b/src/views/order/intention/Step1.vue @@ -2,7 +2,7 @@ @@ -32,9 +32,9 @@ - +
下一步 - +
@@ -49,6 +49,12 @@ const props = defineProps({ \ No newline at end of file diff --git a/src/views/order/intention/Step2.vue b/src/views/order/intention/Step2.vue index 9cd20d7..618b1d5 100644 --- a/src/views/order/intention/Step2.vue +++ b/src/views/order/intention/Step2.vue @@ -2,11 +2,15 @@
-
+
1
-
+
2
@@ -61,7 +65,6 @@ > - @@ -70,9 +73,6 @@ - - -
第二步:选择轮对商品
@@ -123,7 +123,7 @@ import { ref, computed } from "vue"; const props = defineProps({ form: Object, - selectedCarType: String + selectedCarType: String, }); // 彻底双向绑定 const selectedCarTypeProxy = computed({ @@ -132,7 +132,7 @@ const selectedCarTypeProxy = computed({ }, set(val) { if (props.form) props.form.selectedCarType = val; - } + }, }); const planCount = ref(""); const modelInput = ref(""); diff --git a/src/views/order/intention/Step4.vue b/src/views/order/intention/Step4.vue index 9806b58..2961dc8 100644 --- a/src/views/order/intention/Step4.vue +++ b/src/views/order/intention/Step4.vue @@ -14,7 +14,7 @@ />
-
订单/意向生成,我们会尽快安排生产/研发
+
{{ selectedCarType === '其他' ? '意向单生成,我们会尽快安排研发' : '订单生成,我们会尽快安排生产' }}
上一步 @@ -24,6 +24,12 @@