From 7ac38a02fcda3af1fbf26fa96b67c72ca104c8f3 Mon Sep 17 00:00:00 2001 From: Mila <Mila@pollex.com.tw> Date: 星期二, 04 一月 2022 11:42:16 +0800 Subject: [PATCH] update TODO#132379 顧問-相片存放路徑未確定, 先隱藏編輯帳戶資訊按鈕 --- 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..d6c08f0 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.UNLIMITED, subTitle: '撟湧翩銝����', className: 'btn_unlimited' }, + { name: '撟渲��', value: Seniority.YOUNG, subTitle: '蝯血僑頛犖銝�����', className: 'btn_young' }, + { name: '鞈楛', value: Seniority.SENIOR, subTitle: '����麾', className: 'btn_senior' } + ], + type: 'radio' + } // { // name: 'status', // title: '銝�����', -- Gitblit v1.8.0