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