From e912d42c4a9d806c2a498fef458ef8cb4e9ba405 Mon Sep 17 00:00:00 2001
From: Tomas <tomasysh@gmail.com>
Date: 星期三, 23 二月 2022 15:54:12 +0800
Subject: [PATCH] update#135494: [ 客戶端 ] 加入顧問到我的顧問清單後,未顯示加入日期

---
 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 978385f..3539755 100644
--- a/PAMapp/shared/const/quickFilter-questionList.ts
+++ b/PAMapp/shared/const/quickFilter-questionList.ts
@@ -12,12 +12,12 @@
         ],
         type: 'radio'
     },
-    // { TODO:���遛��漲
-    //     name: 'avgScore',
-    //     title: '憿批�遛��漲',
-    //     detail: [],
-    //     type: ''
-    // },
+    {
+        name: 'avgScore',
+        title: '憿批�遛��漲',
+        detail: [],
+        type: ''
+    },
     {
         name: 'communicationStyles',
         title: '皞�◢�',
@@ -31,7 +31,7 @@
     },
     {
         name: 'seniority',
-        title: '撟渲��',
+        title: '憿批�僑鞈�',
         detail: [
             { name: '銝��', value: Seniority.UNLIMITED, subTitle: '撟湧翩銝����', className: 'btn_unlimited' },
             { name: '撟渲��', value: Seniority.YOUNG, subTitle: '蝯血僑頛犖銝�����', className: 'btn_young' },
@@ -45,4 +45,4 @@
     //     detail: [],
     //     type: 'radio'
     // }
-];
\ No newline at end of file
+];

--
Gitblit v1.8.0