From 2bbc5bd02feead6e1aae37464e2316b006eaaf64 Mon Sep 17 00:00:00 2001 From: HelenHuang <LinHuang@pollex.com.tw> Date: 星期三, 15 十二月 2021 12:50:53 +0800 Subject: [PATCH] fixed TODO #132406 [嚴選配對: "保險顧問滿意度" 改為 "顧問滿意度";"顧問所在地區" 改為 "顧問服務地區"] --- PAMapp/components/AddressPicker.vue | 37 +++++++++++++++++++------------------ 1 files changed, 19 insertions(+), 18 deletions(-) diff --git a/PAMapp/components/AddressPicker.vue b/PAMapp/components/AddressPicker.vue index ecf7975..e6ba650 100644 --- a/PAMapp/components/AddressPicker.vue +++ b/PAMapp/components/AddressPicker.vue @@ -1,21 +1,22 @@ <template> <div class="text--center"> - <div class="subTitle mb-10">������</div> - <el-input - type="text" - class="p mt-10" - v-model="keyWord" - @change="searchDistrict" - placeholder="隢撓���摮�" - ></el-input> - <Ui-ScrollPicker - :options="filterOptions" - :initValue="district" - @change="selectDistrict" - ></Ui-ScrollPicker> - <div class="text--center mt-10"> - <el-button type="primary" @click="confirm">蝣箄��</el-button> - </div> + <div class="subTitle mb-10">�����</div> + <el-input + type="text" + class="p mt-10 cursor--pointer " + tabindex="-1" + v-model="keyWord" + @change="searchDistrict" + placeholder="隢撓���摮�" + ></el-input> + <Ui-ScrollPicker + :options="filterOptions" + :initValue="district" + @change="selectDistrict" + ></Ui-ScrollPicker> + <div class="text--center mt-10"> + <el-button type="primary" @click="confirm">蝣箄��</el-button> + </div> </div> </template> @@ -25,7 +26,7 @@ @Component export default class AddressPicker extends Vue { - options = ['�����', '�����', '�����', '獢�腦', '�蝡孵��', '�蝡寧腦', '���腦', '�銝剖��', '敶啣�腦', '���腦', '���腦', '��儔撣�', '��儔蝮�', '�����', '擃���', '撅蝮�', '��蝮�', '��蝮�', '摰蝮�', '瞉�腦', '���蝮�', '��瘙腦']; + options = ['�����', '�����', '�����', '獢���', '�蝡孵��', '�蝡寧腦', '���腦', '�銝剖��', '敶啣�腦', '���腦', '���腦', '��儔撣�', '��儔蝮�', '�����', '擃���', '撅蝮�', '��蝮�', '��蝮�', '摰蝮�', '瞉�腦', '���蝮�', '��瘙腦']; keyWord = ''; filterOptions: string[] = []; district = '�����'; @@ -54,4 +55,4 @@ .cus-input { font-size: 20px; } -</style> \ No newline at end of file +</style> -- Gitblit v1.8.0