This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-08-06 15:17:30 +07:00
parent 905a2ce70e
commit 69af042ee6
3 changed files with 12 additions and 6 deletions

View file

@ -371,7 +371,7 @@ watch(
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>
@ -383,6 +383,7 @@ watch(
</q-item-section>
</q-item>
</template>
<template v-else-if="col.name === 'examNumber'">
<div class="text-weight-medium">
{{
@ -426,6 +427,7 @@ watch(
</div>
</div>
</template>
<template v-else-if="col.name === 'positionCandidate'">
<div
class="text-weight-medium"
@ -437,6 +439,7 @@ watch(
{{ props.row.positionCandidate }}
</div>
</template>
<template v-else-if="col.name === 'reportingDate'">
<div class="text-weight-medium">
{{
@ -446,16 +449,19 @@ watch(
}}
</div>
</template>
<template v-else-if="col.name === 'bmaOfficer'">
<div class="text-weight-medium">
{{ props.row.bmaOfficer }}
</div>
</template>
<template v-else-if="col.name === 'draft'">
<div class="text-weight-medium">
{{ props.row.draft }}
</div>
</template>
<template v-else-if="col.name === 'statusName'">
<div class="text-weight-medium">
{{ props.row.statusName }}

View file

@ -154,8 +154,8 @@ onMounted(async () => {
</q-card>
</div>
<q-card flat bordered class="col-12 q-mt-sm q-pt-sm">
<div>
<AddTablePosition :statCard="getStat" class="q-pa-none" />
<div class="q-pa-none">
<AddTablePosition :statCard="getStat" />
</div>
</q-card>
</template>

View file

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