From 1592d266eb7cea3a096c17d4ae3c0d01c679da7b Mon Sep 17 00:00:00 2001 From: Mila <Mila@pollex.com.tw> Date: 星期五, 21 一月 2022 16:15:01 +0800 Subject: [PATCH] update: TODO#134585 串接 顧問主動發送滿意度 API --- 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