แก้ไขแสดงรูปโปรไฟล์ทะเบียนประวัติเก่า
This commit is contained in:
parent
3d13a2bc8c
commit
263ca7f50d
1 changed files with 3 additions and 1 deletions
|
|
@ -107,7 +107,9 @@
|
|||
<q-item>
|
||||
<q-item-section avatar>
|
||||
<img
|
||||
v-if="props.row.avatar == null"
|
||||
v-if="
|
||||
props.row.avatar == null || props.row.avatar == ''
|
||||
"
|
||||
src="@/assets/avatar_user.jpg"
|
||||
class="col-4 img-info"
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue