แก้ไขแสดงรูปโปรไฟล์ทะเบียนประวัติเก่า

This commit is contained in:
Warunee Tamkoo 2024-03-29 10:21:32 +07:00
parent 3d13a2bc8c
commit 263ca7f50d

View file

@ -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"
/>