From dae77c6087f0e9c7db8d4ec57242a0226d324552 Mon Sep 17 00:00:00 2001 From: Tomas <tomasysh@gmail.com> Date: 星期二, 01 八月 2023 09:18:00 +0800 Subject: [PATCH] Merge branch '2023_CR2' of https://dev.pollex.com.tw:8443/r/pcalife/PAM into 2023_CR2 --- 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 d6c08f0..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: [], @@ -33,8 +33,8 @@ name: 'seniority', 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.8.0