From 47e7e6f3d7b00b44a16eaeccb95a6a6a31790e05 Mon Sep 17 00:00:00 2001
From: Tomas <tomasysh@gmail.com>
Date: 星期一, 31 七月 2023 15:03:31 +0800
Subject: [PATCH] Update: 更新輪器圖檔 FILM_1 FILM_2

---
 PAMapp/components/DateTimePicker.vue |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/PAMapp/components/DateTimePicker.vue b/PAMapp/components/DateTimePicker.vue
index 584df86..de34a14 100644
--- a/PAMapp/components/DateTimePicker.vue
+++ b/PAMapp/components/DateTimePicker.vue
@@ -4,6 +4,7 @@
     <div class="dateTime">
         <UiDatePicker
             @changeDate="changeDateTime($event, 'date')"
+            :disabledBeforeSpecificDate="disabledBeforeSpecificDate"
             :isPastDateDisabled="isPastDateDisabled"
             :isFutureDateDisabled="isFutureDateDisabled"
             :defaultValue="defaultValue"
@@ -35,6 +36,9 @@
     @Prop()
     isFutureDateDisabled!: boolean;
 
+    @Prop()
+    disabledBeforeSpecificDate?: string;
+
     @Emit('changeDateTime')
     changeDateTime(event, type) {
         if (type === 'date') {
@@ -62,4 +66,4 @@
     justify-content: space-between;
     font-size: 20px;
 }
-</style>
\ No newline at end of file
+</style>

--
Gitblit v1.8.0