fix key sys
This commit is contained in:
parent
3fedf44f69
commit
5dd177f458
4 changed files with 7 additions and 7 deletions
|
|
@ -53,7 +53,7 @@ const typeSelectPerson = ref<string>("");
|
|||
//รายการระบบที่ต้องการ disable step 3 หรือรองสุดท้าย
|
||||
const displayArray = <string[]>[
|
||||
"REGISTRY_PROFILE",
|
||||
"SYS_RETIREMENT",
|
||||
"SYS_RESIGN",
|
||||
"SYS_LEAVE_LIST",
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -1335,7 +1335,7 @@ onMounted(async () => {
|
|||
ref="workflowRef"
|
||||
v-model:is-check-data="isCheckData"
|
||||
:id="id"
|
||||
sys-name="SYS_RETIREMENT"
|
||||
sys-name="SYS_RESIGN"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -1331,7 +1331,7 @@ onMounted(async () => {
|
|||
ref="workflowRef"
|
||||
v-model:is-check-data="isCheckData"
|
||||
:id="id"
|
||||
sys-name="SYS_RETIREMENT"
|
||||
sys-name="SYS_RESIGN"
|
||||
/> -->
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ export default [
|
|||
component: Main,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: "SYS_RETIREMENT",
|
||||
Key: "SYS_RESIGN",
|
||||
Role: "STAFF",
|
||||
},
|
||||
},
|
||||
|
|
@ -60,7 +60,7 @@ export default [
|
|||
component: Listretirement,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: "SYS_RETIREMENT",
|
||||
Key: "SYS_RESIGN",
|
||||
Role: "STAFF",
|
||||
},
|
||||
},
|
||||
|
|
@ -70,7 +70,7 @@ export default [
|
|||
component: ListretirementDetail,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: "SYS_RETIREMENT",
|
||||
Key: "SYS_RESIGN",
|
||||
Role: "STAFF",
|
||||
},
|
||||
},
|
||||
|
|
@ -80,7 +80,7 @@ export default [
|
|||
component: Listretirement,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: "SYS_RETIREMENT",
|
||||
Key: "SYS_RESIGN",
|
||||
Role: "STAFF",
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue