Merge branch 'develop' into dev
All checks were successful
Build & Deploy on Dev / build (push) Successful in 3m14s
All checks were successful
Build & Deploy on Dev / build (push) Successful in 3m14s
This commit is contained in:
commit
70ccb9951c
1 changed files with 8 additions and 1 deletions
|
|
@ -10,6 +10,7 @@ import genReport from "@/plugins/genreport";
|
||||||
import { useCounterMixin } from "@/stores/mixin";
|
import { useCounterMixin } from "@/stores/mixin";
|
||||||
import { useRetirementDataStore } from "@/modules/06_retirement/store/Main";
|
import { useRetirementDataStore } from "@/modules/06_retirement/store/Main";
|
||||||
import { useRoleWorkflowDataStore } from "@/stores/roleWorkflow";
|
import { useRoleWorkflowDataStore } from "@/stores/roleWorkflow";
|
||||||
|
import { checkPermission } from "@/utils/permissions";
|
||||||
|
|
||||||
import type {
|
import type {
|
||||||
TypeFile,
|
TypeFile,
|
||||||
|
|
@ -794,7 +795,13 @@ onMounted(async () => {
|
||||||
<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>
|
<div class="q-pl-sm text-weight-bold text-dark">ข้อมูลการลาออก</div>
|
||||||
<q-space />
|
<q-space />
|
||||||
<div v-if="isStaff && status === 'WAITTING'">
|
<div
|
||||||
|
v-if="
|
||||||
|
isStaff &&
|
||||||
|
status === 'WAITTING' &&
|
||||||
|
checkPermission($route)?.attrIsUpdate
|
||||||
|
"
|
||||||
|
>
|
||||||
<q-btn
|
<q-btn
|
||||||
outline
|
outline
|
||||||
color="primary"
|
color="primary"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue