From 9151f3326b8fb844d54dbfd3140306d5257667b2 Mon Sep 17 00:00:00 2001 From: linxi <957440651@qq.com> Date: Tue, 11 Nov 2025 16:16:26 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A4456=20=E3=80=90=E6=97=85=E5=B1=85?= =?UTF-8?q?=E5=95=86=E5=9F=8E=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E5=BE=85?= =?UTF-8?q?=E7=A1=AE=E8=AE=A4/=E5=BE=85=E5=85=A5=E4=BD=8F=E8=AE=A2?= =?UTF-8?q?=E5=8D=95=E8=AF=A6=E6=83=85=E9=A1=B5=EF=BC=8C=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E5=85=A5=E4=BD=8F=E6=97=B6=E9=97=B4=E5=A2=9E=E5=8A=A0=E5=8E=9F?= =?UTF-8?q?=E5=AE=9A=E5=85=A5=E4=BD=8F=E6=97=B6=E9=97=B4=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/DateRangePicker/DateRangePicker.vue | 15 ++++++++++++--- pkg_product/views/sojoumOrderDetails.vue | 1 + 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/components/DateRangePicker/DateRangePicker.vue b/components/DateRangePicker/DateRangePicker.vue index c5e3882..1d10c1f 100644 --- a/components/DateRangePicker/DateRangePicker.vue +++ b/components/DateRangePicker/DateRangePicker.vue @@ -5,9 +5,14 @@ 查看可预约日期 - - 请选择入住日期 - {{ ` 共计${minBookingDays}天 ` }} + + + 请选择入住日期 + {{ ` 共计${minBookingDays}天 ` }} + + + 原定时间:{{ originDate }} + @@ -62,6 +67,10 @@ export default { name: 'DateRangePicker', props: { + originDate: { + type: String, + default: '' + }, show: { type: Boolean, default: false diff --git a/pkg_product/views/sojoumOrderDetails.vue b/pkg_product/views/sojoumOrderDetails.vue index 63dd0ae..b266409 100644 --- a/pkg_product/views/sojoumOrderDetails.vue +++ b/pkg_product/views/sojoumOrderDetails.vue @@ -178,6 +178,7 @@ -->