From 9cfaffa6a4ab86751376bd276f680400ab77de1e Mon Sep 17 00:00:00 2001 From: HelenHuang <LinHuang@pollex.com.tw> Date: 星期二, 14 十二月 2021 16:11:47 +0800 Subject: [PATCH] fixed TODO #132387 [進行預約頁面(包含方便聯絡時間)的文字調整] --- 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