feat(retirement): add Page retire-old
This commit is contained in:
parent
a97775e66a
commit
8674269934
5 changed files with 432 additions and 4 deletions
|
|
@ -66,9 +66,11 @@ const outDetailOnlyEmp = () =>
|
|||
import("@/modules/06_retirement/components/06_dismissOrder/DetailEMP.vue");
|
||||
|
||||
/** รายงาน*/
|
||||
|
||||
const ReportView = () => import("@/modules/06_retirement/views/07_report.vue");
|
||||
|
||||
const RetirementOld = () =>
|
||||
import("@/modules/06_retirement/views/09_retirementOld.vue");
|
||||
|
||||
export default [
|
||||
{
|
||||
path: "/retirement",
|
||||
|
|
@ -356,4 +358,15 @@ export default [
|
|||
Role: "STAFF",
|
||||
},
|
||||
},
|
||||
|
||||
{
|
||||
path: "retire-old",
|
||||
name: "retireOld",
|
||||
component: RetirementOld,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: "SYS_RETIRE_OLD",
|
||||
Role: "STAFF",
|
||||
},
|
||||
},
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue