refactor: handle img gender
This commit is contained in:
parent
4b6587c806
commit
1638ac35bb
3 changed files with 12 additions and 4 deletions
|
|
@ -481,7 +481,9 @@ function disableCheckAll() {
|
|||
>
|
||||
<template #error>
|
||||
<span class="full-width full-height">
|
||||
<q-img src="/images/employee-avatar.png" />
|
||||
<q-img
|
||||
:src="`/images/employee-avatar-${props.row.request.employee.gender}.png`"
|
||||
/>
|
||||
</span>
|
||||
</template>
|
||||
</q-img>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue