แก้ route

This commit is contained in:
setthawutttty 2024-11-12 16:03:34 +07:00
parent e016c1190e
commit c76de4ce9c
2 changed files with 6 additions and 5 deletions

View file

@ -256,6 +256,7 @@ onMounted(async () => {
</q-item>
</template>
</q-select>
<q-btn
v-if="checkPermission($route)?.attrIsUpdate"
@click="openModalOrder"

View file

@ -141,7 +141,7 @@ export default [
component: resign_EMP,
meta: {
Auth: true,
Key: "SYS_RESIGN_EMP",
Key: "SYS_RETIREMENT_EMP",
Role: "STAFF",
},
},
@ -174,7 +174,7 @@ export default [
component: resignByidEMP,
meta: {
Auth: true,
Key: "SYS_RESIGN_EMP",
Key: "SYS_RETIREMENT_EMP",
Role: "STAFF",
},
},
@ -184,7 +184,7 @@ export default [
component: resignByidEMP,
meta: {
Auth: true,
Key: "SYS_RESIGN_EMP",
Key: "SYS_RETIREMENT_EMP",
Role: "STAFF",
},
},
@ -217,7 +217,7 @@ export default [
component: resignRejectEMP,
meta: {
Auth: true,
Key: "SYS_RESIGN_EMP",
Key: "SYS_RETIREMENT_EMP",
Role: "STAFF",
},
},
@ -227,7 +227,7 @@ export default [
component: resignRejectEMP,
meta: {
Auth: true,
Key: "SYS_RESIGN_EMP",
Key: "SYS_RETIREMENT_EMP",
Role: "STAFF",
},
},