fix: profile banner not showing
This commit is contained in:
parent
661bd3736a
commit
3520a3d6c0
1 changed files with 1 additions and 1 deletions
|
|
@ -2287,7 +2287,7 @@ const emptyCreateDialog = ref(false);
|
||||||
bgColor="linear-gradient(135deg, rgba(43,137,223,1) 0%, rgba(230,51,81,1) 100%)"
|
bgColor="linear-gradient(135deg, rgba(43,137,223,1) 0%, rgba(230,51,81,1) 100%)"
|
||||||
v-model:current-tab="employeeFormState.currentTab"
|
v-model:current-tab="employeeFormState.currentTab"
|
||||||
v-model:cover-url="employeeFormState.profileUrl"
|
v-model:cover-url="employeeFormState.profileUrl"
|
||||||
fallbackCover="images/employee-banner.png"
|
fallbackCover="/images/employee-banner.png"
|
||||||
:img="employeeFormState.profileUrl"
|
:img="employeeFormState.profileUrl"
|
||||||
:tabs-list="[
|
:tabs-list="[
|
||||||
{ name: 'personalInfo', label: 'personalInfo' },
|
{ name: 'personalInfo', label: 'personalInfo' },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue