From f9384d412c6b612264d757b195f82b38a000b6e9 Mon Sep 17 00:00:00 2001
From: Tomas <tomasysh@gmail.com>
Date: 星期三, 17 十一月 2021 11:09:26 +0800
Subject: [PATCH] update: [預約顧問] 在送出預約表單時,如果選擇的聯絡時段是全天、全時段,則存入'不限日期', '不限時間'

---
 PAMapp/components/Client/ClientCard.vue |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/PAMapp/components/Client/ClientCard.vue b/PAMapp/components/Client/ClientCard.vue
index 3693ad2..ec0d0b2 100644
--- a/PAMapp/components/Client/ClientCard.vue
+++ b/PAMapp/components/Client/ClientCard.vue
@@ -55,11 +55,10 @@
                 <p>�璆哨�{client.job}}</p>
                 <p>��瘙�{client.requirement.replace(',', '��')}}</p>
                 <p v-for="(item, index) in hopeContactTime" :key="index">��蝯⊥�挾{{index + 1 | formatNumber}}嚗{item}}</p>
+                </div>
                 <div class="mt-30 text--center" v-if="isReserved">
                     <el-button @click="markAppointment">璅酉�撌脤��蝯�</el-button>
                 </div>
-
-            </div>
         </Ui-Dialog>
     </div>
 </template>
@@ -197,7 +196,10 @@
 
     .dialogTxt {
         font-size: 20px;
+        overflow:scroll;
+        height:400px;
     }
+    
 
     .text-right {
         text-align: right;

--
Gitblit v1.8.0