| | |
| | | import { Seniority } from "../models/enum/seniority"; |
| | | import { QuestionOption } from "../models/quickFilter.model"; |
| | | |
| | | export const questionList: QuestionOption[] = [ |
| | |
| | | ], |
| | | 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: '上線狀態', |