fix key sys

This commit is contained in:
Warunee Tamkoo 2024-11-15 10:24:53 +07:00
parent 3fedf44f69
commit 5dd177f458
4 changed files with 7 additions and 7 deletions

View file

@ -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",
]; ];

View file

@ -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>

View file

@ -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>

View file

@ -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",
}, },
}, },