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
const displayArray = <string[]>[
"REGISTRY_PROFILE",
"SYS_RETIREMENT",
"SYS_RESIGN",
"SYS_LEAVE_LIST",
];

View file

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

View file

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

View file

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