ออกคำสั่งเลื่อนเงินเดือน/ค่าจ้าง step

This commit is contained in:
setthawutttty 2024-03-21 13:04:19 +07:00
parent fa6ff957f6
commit be621ef6f0
6 changed files with 403 additions and 1961 deletions

View file

@ -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",
},
},
];