add workflow leave
This commit is contained in:
parent
18eb7fc2f0
commit
1fa5f1b523
1 changed files with 5 additions and 1 deletions
|
|
@ -503,7 +503,11 @@ watch(
|
||||||
leaveStatus != 'DRAFT' && mainStore.officerType == 'OFFICER'
|
leaveStatus != 'DRAFT' && mainStore.officerType == 'OFFICER'
|
||||||
"
|
"
|
||||||
:id="props.leaveId"
|
:id="props.leaveId"
|
||||||
sys-name="SYS_LEAVE_LIST"
|
:sys-name="
|
||||||
|
mainStore.officerType == 'OFFICER'
|
||||||
|
? 'SYS_LEAVE_LIST'
|
||||||
|
: 'LEAVE_EMP'
|
||||||
|
"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue