ออกคำสั่งเลื่อนเงินเดือน/ค่าจ้าง step
This commit is contained in:
parent
fa6ff957f6
commit
be621ef6f0
6 changed files with 403 additions and 1961 deletions
|
|
@ -11,6 +11,9 @@ const salaryEmployeeLists = () =>
|
|||
const commandSalary = () =>
|
||||
import("@/modules/13_salary/views/commandSalary.vue");
|
||||
|
||||
const commandSalaryAdd = () => import("@/modules/13_salary/components/Command/detail.vue");
|
||||
// const commandSalary = () => import("@/modules/13_salary/views/commandSalary.vue");
|
||||
// const commandSalary = () => import("@/modules/13_salary/views/commandSalary.vue");
|
||||
export default [
|
||||
{
|
||||
path: "/salary",
|
||||
|
|
@ -92,4 +95,24 @@ export default [
|
|||
Role: "salary",
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/salary/command/add",
|
||||
name: "commandSalaryAdd",
|
||||
component: commandSalaryAdd,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: [1.5],
|
||||
Role: "salary",
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/salary/command/detail/:id",
|
||||
name: "commandSalaryDatail",
|
||||
component: commandSalaryAdd,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: [1.5],
|
||||
Role: "salary",
|
||||
},
|
||||
},
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue