| | |
| | | namespace |
| | | } from 'nuxt-property-decorator'; |
| | | import * as _ from 'lodash'; |
| | | import { strictQuery } from '~/assets/ts/api/consultant'; |
| | | import { strictQuery } from '~/assets/ts/api/consultant'; |
| | | import { Seniority } from '~/assets/ts/models/enum/Seniority'; |
| | | |
| | | const localStorage = namespace('localStorage'); |
| | | |
| | |
| | | { |
| | | title:'不限', |
| | | subTitle:'年齡不是問題', |
| | | label:'不限', |
| | | label:Seniority.UNLIMITED, |
| | | }, |
| | | { |
| | | title:'年輕', |
| | | subTitle:'給年輕人一個機會', |
| | | label:'年輕', |
| | | label:Seniority.YOUNG, |
| | | }, |
| | | { |
| | | title:'資深', |
| | | subTitle:'薑是老的辣', |
| | | label:'資深', |
| | | label:Seniority.SENIOR, |
| | | } |
| | | ]; |
| | | popularOptions=[ |