|
@@ -190,7 +190,7 @@ const items = ref([
|
|
|
{ title: t('setting.accountSettings'), icon: 'mdi-cog-outline', change: () => router.push({ path: '/personalAccount/accountBinding' }) },
|
|
|
{ title: t('setting.switchToRecruit'), icon: 'mdi-swap-horizontal', change: changeLoginType },
|
|
|
{ title: t('publicRecruitment.myPR'), icon: 'mdi-google-circles-extended', change: () => router.push({ path: '/myPublicRecruitment' }) },
|
|
|
- { title: t('taskCenter.taskCenter'), icon: 'mdi-google-circles-extended', change: () => router.push({ path: '/personalTaskCenter' }) },
|
|
|
+ { title: t('taskCenter.taskCenter'), icon: 'mdi-calendar-check-outline', change: () => router.push({ path: '/personalTaskCenter' }) },
|
|
|
{ title: t('setting.logOut'), icon: 'mdi-logout', change: handleLogout }
|
|
|
])
|
|
|
|