From 3ecee0fa557b7bb9e83b67e289b316f04efa9ce5 Mon Sep 17 00:00:00 2001 From: jack <jack.su@pollex.com.tw> Date: 星期二, 05 九月 2023 11:59:07 +0800 Subject: [PATCH] Merge branch '滲透' of ssh://dev.pollex.com.tw:29418/pcalife/PAM into 滲透 --- PAMapp/shared/const/quickFilter-questionList.ts | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/PAMapp/shared/const/quickFilter-questionList.ts b/PAMapp/shared/const/quickFilter-questionList.ts index 3539755..2e62432 100644 --- a/PAMapp/shared/const/quickFilter-questionList.ts +++ b/PAMapp/shared/const/quickFilter-questionList.ts @@ -12,12 +12,12 @@ ], type: 'radio' }, - { - name: 'avgScore', - title: '憿批�遛��漲', - detail: [], - type: '' - }, + // { + // name: 'avgScore', + // title: '憿批�遛��漲', + // detail: [], + // type: '' + // }, { name: 'communicationStyles', title: '皞�◢�', @@ -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' -- Gitblit v1.8.0