From ef9a816480fa6b25ea85acc79fd0d1c5632d4323 Mon Sep 17 00:00:00 2001 From: jack <jack.su@pollex.com.tw> Date: 星期三, 20 七月 2022 17:11:38 +0800 Subject: [PATCH] [UPDATE] 將登入驗證碼改為一次性 --- PAMapp/shared/const/quickFilter-questionList.ts | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/PAMapp/shared/const/quickFilter-questionList.ts b/PAMapp/shared/const/quickFilter-questionList.ts index 978385f..2e62432 100644 --- a/PAMapp/shared/const/quickFilter-questionList.ts +++ b/PAMapp/shared/const/quickFilter-questionList.ts @@ -12,7 +12,7 @@ ], type: 'radio' }, - // { TODO:���遛��漲 + // { // name: 'avgScore', // title: '憿批�遛��漲', // detail: [], @@ -31,10 +31,10 @@ }, { name: 'seniority', - title: '撟渲��', + title: '憿批�僑鞈�', detail: [ - { name: '銝��', value: Seniority.UNLIMITED, subTitle: '撟湧翩銝����', className: 'btn_unlimited' }, - { name: '撟渲��', value: Seniority.YOUNG, subTitle: '蝯血僑頛犖銝�����', className: 'btn_young' }, + { name: '銝��', value: Seniority.UNLIMITED, subTitle: '蝬風銝����', className: 'btn_unlimited' }, + { name: '����', value: Seniority.YOUNG, subTitle: '���暑��遛暺�', className: 'btn_young' }, { name: '鞈楛', value: Seniority.SENIOR, subTitle: '����麾', className: 'btn_senior' } ], type: 'radio' @@ -45,4 +45,4 @@ // detail: [], // type: 'radio' // } -]; \ No newline at end of file +]; -- Gitblit v1.9.3