fixing retire

This commit is contained in:
Warunee Tamkoo 2024-11-12 14:08:16 +07:00
parent 605a5dbf20
commit 25b594a5ed
2 changed files with 8 additions and 10 deletions

View file

@ -300,7 +300,6 @@ onMounted(async () => {
map-options
:options="columns"
option-value="name"
style="min-width: 140px"
/>
</div>
@ -349,7 +348,9 @@ onMounted(async () => {
round
color="edit"
icon="edit"
@click.pervent="onRedirectToDetail('resign-employee', props.row.id)"
@click.pervent="
onRedirectToDetail('resign-employee', props.row.id)
"
>
<q-tooltip>แกไขขอม</q-tooltip>
</q-btn>

View file

@ -141,7 +141,7 @@ export default [
component: resign_EMP,
meta: {
Auth: true,
Key: "SYS_RESIGN_EMP",
Key: "SYS_RETIREMENT_EMP",
Role: "STAFF",
},
},
@ -166,15 +166,13 @@ export default [
},
},
{
path: "/retirement/resign-employee/:id",
name: "resignbyidEMP",
component: resignByidEMP,
meta: {
Auth: true,
Key: "SYS_RESIGN_EMP",
Key: "SYS_RETIREMENT_EMP",
Role: "STAFF",
},
},
@ -184,12 +182,11 @@ export default [
component: resignByidEMP,
meta: {
Auth: true,
Key: "SYS_RESIGN_EMP",
Key: "SYS_RETIREMENT_EMP",
Role: "STAFF",
},
},
{
path: "/retirement/resign-reject/:id",
name: "resignReject",
@ -217,7 +214,7 @@ export default [
component: resignRejectEMP,
meta: {
Auth: true,
Key: "SYS_RESIGN_EMP",
Key: "SYS_RETIREMENT_EMP",
Role: "STAFF",
},
},
@ -227,7 +224,7 @@ export default [
component: resignRejectEMP,
meta: {
Auth: true,
Key: "SYS_RESIGN_EMP",
Key: "SYS_RETIREMENT_EMP",
Role: "STAFF",
},
},