fix: profile banner not showing

This commit is contained in:
Methapon Metanipat 2024-08-16 09:23:38 +07:00
parent 661bd3736a
commit 3520a3d6c0

View file

@ -2287,7 +2287,7 @@ const emptyCreateDialog = ref(false);
bgColor="linear-gradient(135deg, rgba(43,137,223,1) 0%, rgba(230,51,81,1) 100%)"
v-model:current-tab="employeeFormState.currentTab"
v-model:cover-url="employeeFormState.profileUrl"
fallbackCover="images/employee-banner.png"
fallbackCover="/images/employee-banner.png"
:img="employeeFormState.profileUrl"
:tabs-list="[
{ name: 'personalInfo', label: 'personalInfo' },