From bc4cd54c0120ea49ecd6cb95fae00fa6da001324 Mon Sep 17 00:00:00 2001
From: Tomas <tomasysh@gmail.com>
Date: 星期四, 16 十二月 2021 14:53:17 +0800
Subject: [PATCH] fixed: [顧問-我的已聯繫預約單列表] search 功能無法使用的錯誤

---
 PAMapp/components/phoneContactTimePicker.vue |   28 ++++++++++++++--------------
 1 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/PAMapp/components/phoneContactTimePicker.vue b/PAMapp/components/phoneContactTimePicker.vue
index 6a4cb05..9382daa 100644
--- a/PAMapp/components/phoneContactTimePicker.vue
+++ b/PAMapp/components/phoneContactTimePicker.vue
@@ -80,31 +80,31 @@
       selectAll:'瘥予',
       options:[
         {
-          title:'蝳格��',
-          label:'蝳格��'
+          title:'����',
+          label:'����'
         },
          {
-          title:'蝳格���',
-          label:'蝳格���'
+          title:'�����',
+          label:'�����'
         },
          {
-          title:'蝳格���',
-          label:'蝳格���'
+          title:'�����',
+          label:'�����'
         },
          {
-          title:'蝳格���',
-          label:'蝳格���'
+          title:'�����',
+          label:'�����'
         },
          {
-          title:'蝳格���',
-          label:'蝳格���'
+          title:'�����',
+          label:'�����'
         }, {
-          title:'蝳格�',
-          label:'蝳格�'
+          title:'���',
+          label:'���'
         },
          {
-          title:'蝳格�',
-          label:'蝳格�'
+          title:'���',
+          label:'���'
         },
       ],
     };

--
Gitblit v1.8.0