From 078cdb2b41d1dec47e2d981c2d2e618d12beddb4 Mon Sep 17 00:00:00 2001
From: Mila <Mila@pollex.com.tw>
Date: 星期四, 26 十二月 2024 09:43:23 +0800
Subject: [PATCH] feat(顧問登入): 串接 otp 發送/驗證 api

---
 PAMapp/shared/const/quickFilter-questionList.ts |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/PAMapp/shared/const/quickFilter-questionList.ts b/PAMapp/shared/const/quickFilter-questionList.ts
index 34cdcda..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: [],
@@ -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'
     }
@@ -45,4 +45,4 @@
     //     detail: [],
     //     type: 'radio'
     // }
-];
\ No newline at end of file
+];

--
Gitblit v1.8.0