lifanagju_citu 6 місяців тому
батько
коміт
80d7e00a24
1 змінених файлів з 1 додано та 0 видалено
  1. 1 0
      src/layout/company/navBar.vue

+ 1 - 0
src/layout/company/navBar.vue

@@ -128,6 +128,7 @@ const handleLogout = async (exit = true) => {
 const enterpriseList = ref([])
 
 const menuList = ref([
+  { title: t('setting.editPassword'), icon: 'mdi-shield-lock-open-outline', change: () => router.push({ path: '/recruit/enterprise/staffChangePassword' }) },
   { title: t('setting.logOut'), icon: 'mdi-logout', change: handleLogout }
 ])
 const items = computed(() => {