From bdae23a40c461c2c6b6ee614f661eac731c949c8 Mon Sep 17 00:00:00 2001
From: Mila <Mila@pollex.com.tw>
Date: 星期三, 22 十二月 2021 14:12:05 +0800
Subject: [PATCH] Merge branch 'master' of https://192.168.0.10:8443/r/pcalife/PAM

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

diff --git a/PAMapp/shared/const/quickFilter-questionList.ts b/PAMapp/shared/const/quickFilter-questionList.ts
index 42af218..34cdcda 100644
--- a/PAMapp/shared/const/quickFilter-questionList.ts
+++ b/PAMapp/shared/const/quickFilter-questionList.ts
@@ -1,4 +1,6 @@
-import { QuestionOption } from "~/shared/models/quick-filter.model";
+import { Seniority } from "../models/enum/seniority";
+import { QuestionOption } from "../models/quick-filter.model";
+
 
 export const questionList: QuestionOption[] = [
     {
@@ -27,6 +29,16 @@
         ],
         type: 'checkbox'
     },
+    {
+        name: 'seniority',
+        title: '撟渲��',
+        detail: [
+            { name: '撟渲��', value: Seniority.YOUNG, subTitle: '蝯血僑頛犖銝�����', className: '' },
+            { name: '鞈楛', value: Seniority.SENIOR, subTitle: '����麾', className: '' },
+            { name: '銝��', value: Seniority.UNLIMITED, subTitle: '撟湧翩銝����', className: '' }
+        ],
+        type: 'radio'
+    }
     // {
     //     name: 'status',
     //     title: '銝�����',

--
Gitblit v1.8.0