This commit is contained in:
Warunee Tamkoo 2024-06-05 15:22:51 +07:00
parent c0a8b3f9a7
commit 77ed803dcf
2 changed files with 2 additions and 2 deletions

View file

@ -897,7 +897,7 @@ onMounted(async () => {
v-if=" v-if="
roleAdmin && roleAdmin &&
props.row.draft === 'รอส่งตัว' && props.row.draft === 'รอส่งตัว' &&
props.row.statusId === 'PREPARE-CONTAIN' props.row.orgName !== null
" "
clickable clickable
v-close-popup v-close-popup

View file

@ -883,7 +883,7 @@ function removeFile(fileName: string) {
<q-card bordered class="row col-12 text-dark q-mt-sm"> <q-card bordered class="row col-12 text-dark q-mt-sm">
<div class="bg-grey-1 q-pa-sm col-12 row items-center text-primary"> <div class="bg-grey-1 q-pa-sm col-12 row items-center text-primary">
<div class="q-pl-sm text-weight-bold text-dark"> <div class="q-pl-sm text-weight-bold text-dark">
ผลการพจารณาของการเจาหนาท ผลการพจารณาของสำนการเจาหนาท (สกจ.)
</div> </div>
</div> </div>
<q-separator /> <q-separator />