updated
This commit is contained in:
parent
c0a8b3f9a7
commit
77ed803dcf
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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 />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue