保誠-保戶業務員媒合平台
Mila
2021-12-22 6a4966b8898509299cd4d43cc31e2ae2985d0cfe
PAMapp/assets/ts/const/quickFilter-questionList.ts
@@ -1,3 +1,4 @@
import { Seniority } from "../models/enum/seniority";
import { QuestionOption } from "../models/quickFilter.model";
export const questionList: QuestionOption[] = [
@@ -27,6 +28,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: '上線狀態',