保誠-保戶業務員媒合平台
Mila
2024-12-26 078cdb2b41d1dec47e2d981c2d2e618d12beddb4
PAMapp/shared/const/quickFilter-questionList.ts
@@ -12,12 +12,12 @@
        ],
        type: 'radio'
    },
    {
        name: 'avgScore',
        title: '顧問滿意度',
        detail: [],
        type: ''
    },
    // {
    //     name: 'avgScore',
    //     title: '顧問滿意度',
    //     detail: [],
    //     type: ''
    // },
    {
        name: 'communicationStyles',
        title: '溝通風格',
@@ -33,8 +33,8 @@
        name: 'seniority',
        title: '顧問年資',
        detail: [
            { name: '不限', value: Seniority.UNLIMITED, subTitle: '年齡不是問題', className: 'btn_unlimited' },
            { name: '年輕', value: Seniority.YOUNG, subTitle: '給年輕人一個機會', className: 'btn_young' },
            { 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'