fixed: เปิดให้สามารถแก้ไขข้อมูลขอลาออกได้
This commit is contained in:
parent
21401ed519
commit
ff6671d523
2 changed files with 12 additions and 8 deletions
|
|
@ -771,10 +771,13 @@ onMounted(async () => {
|
||||||
<q-space />
|
<q-space />
|
||||||
<div
|
<div
|
||||||
v-if="
|
v-if="
|
||||||
!checkRoutePermisson &&
|
(!checkRoutePermisson &&
|
||||||
isStaff &&
|
isStaff &&
|
||||||
status === 'WAITTING' &&
|
status === 'WAITTING' &&
|
||||||
checkPermission($route)?.attrIsUpdate
|
checkPermission($route)?.attrIsUpdate) ||
|
||||||
|
(!checkRoutePermisson &&
|
||||||
|
((isStaff && group === '1.1' && approveStep === 'st1') ||
|
||||||
|
(isOfficer && group !== '1.1' && approveStep === 'st3')))
|
||||||
"
|
"
|
||||||
>
|
>
|
||||||
<q-btn
|
<q-btn
|
||||||
|
|
|
||||||
|
|
@ -801,10 +801,11 @@ onMounted(async () => {
|
||||||
<q-space />
|
<q-space />
|
||||||
<div
|
<div
|
||||||
v-if="
|
v-if="
|
||||||
!checkRoutePermisson &&
|
(!checkRoutePermisson &&
|
||||||
isStaff &&
|
isStaff &&
|
||||||
status === 'WAITTING' &&
|
status === 'WAITTING' &&
|
||||||
checkPermission($route)?.attrIsUpdate
|
checkPermission($route)?.attrIsUpdate) ||
|
||||||
|
(!checkRoutePermisson && isStaff && approveStep === 'st1')
|
||||||
"
|
"
|
||||||
>
|
>
|
||||||
<q-btn
|
<q-btn
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue