- แก้ไขหน้าขอแก้ข้อมูลส่วนตัวเพิ่ม sys-name ของลูกจ้าง
- เพิ่มแสดง workflow หน้าขอแก้ไข IDP
This commit is contained in:
parent
2cba11b36f
commit
b8edb00a19
2 changed files with 19 additions and 2 deletions
|
|
@ -312,10 +312,13 @@ onMounted(async () => {
|
|||
|
||||
<div class="col-12 q-mt-sm">
|
||||
<Workflow
|
||||
v-if="dataStore.officerType === 'OFFICER'"
|
||||
ref="workflowRef"
|
||||
:id="requestId"
|
||||
sys-name="REGISTRY_PROFILE"
|
||||
:sys-name="
|
||||
dataStore.officerType === 'OFFICER'
|
||||
? 'REGISTRY_PROFILE'
|
||||
: 'REGISTRY_PROFILE_EMP'
|
||||
"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue