From ac594e4efb30ba28776d74b0fb08ab34d7c32023 Mon Sep 17 00:00:00 2001 From: HelenHuang <LinHuang@pollex.com.tw> Date: 星期四, 30 十二月 2021 15:20:08 +0800 Subject: [PATCH] Merge branch 'Phase2' --- PAMapp/shared/const/quickFilter-questionList.ts | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PAMapp/shared/const/quickFilter-questionList.ts b/PAMapp/shared/const/quickFilter-questionList.ts index 34cdcda..d6c08f0 100644 --- a/PAMapp/shared/const/quickFilter-questionList.ts +++ b/PAMapp/shared/const/quickFilter-questionList.ts @@ -31,11 +31,11 @@ }, { name: 'seniority', - title: '撟渲��', + title: '憿批�僑鞈�', detail: [ - { name: '撟渲��', value: Seniority.YOUNG, subTitle: '蝯血僑頛犖銝�����', className: '' }, - { name: '鞈楛', value: Seniority.SENIOR, subTitle: '����麾', className: '' }, - { name: '銝��', value: Seniority.UNLIMITED, subTitle: '撟湧翩銝����', className: '' } + { 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' } -- Gitblit v1.8.0