fix bug
This commit is contained in:
parent
905a2ce70e
commit
69af042ee6
3 changed files with 12 additions and 6 deletions
|
|
@ -1334,12 +1334,12 @@ onMounted(async () => {
|
|||
</Table>
|
||||
</q-form>
|
||||
|
||||
<DialogOrgTree
|
||||
<!-- <DialogOrgTree
|
||||
v-model:modal="appointModal"
|
||||
:personalId="personalId"
|
||||
:close="clickCloseModalTree"
|
||||
:personal="personal"
|
||||
/>
|
||||
/> -->
|
||||
|
||||
<!-- popup ขอผ่อนผัน / สละสิทธิ์ -->
|
||||
<q-form ref="myForm">
|
||||
|
|
@ -1535,7 +1535,7 @@ onMounted(async () => {
|
|||
class="photo-profile"
|
||||
v-if="props.row.avatar"
|
||||
/>
|
||||
<q-img :src="avatar" class="photo-profile" v-else"/>
|
||||
<q-img :src="avatar" class="photo-profile" v-else/>
|
||||
</q-avatar>
|
||||
</q-item-section>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue