แก้ route
This commit is contained in:
parent
e016c1190e
commit
c76de4ce9c
2 changed files with 6 additions and 5 deletions
|
|
@ -256,6 +256,7 @@ onMounted(async () => {
|
|||
</q-item>
|
||||
</template>
|
||||
</q-select>
|
||||
|
||||
<q-btn
|
||||
v-if="checkPermission($route)?.attrIsUpdate"
|
||||
@click="openModalOrder"
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue