remove old sys
This commit is contained in:
parent
00db6b6619
commit
1f76194664
254 changed files with 88 additions and 98844 deletions
|
|
@ -21,12 +21,6 @@ const salaryLists = () =>
|
|||
const salaryEmployeeLists = () =>
|
||||
import("@/modules/13_salary/views/05_salaryListsEmployee.vue");
|
||||
|
||||
//ออกคำสั่ง
|
||||
const commandSalary = () =>
|
||||
import("@/modules/13_salary/views/commandSalary.vue");
|
||||
const commandSalaryAdd = () =>
|
||||
import("@/modules/13_salary/components/Command/detail.vue");
|
||||
|
||||
export default [
|
||||
{
|
||||
path: "/salary",
|
||||
|
|
@ -98,34 +92,4 @@ export default [
|
|||
Role: "STAFF",
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/salary/command",
|
||||
name: "commandSalary",
|
||||
component: commandSalary,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: "SYS_SALARY_COMMAND",
|
||||
Role: "STAFF",
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/salary/command/add",
|
||||
name: "commandSalaryAdd",
|
||||
component: commandSalaryAdd,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: "SYS_SALARY_COMMAND",
|
||||
Role: "STAFF",
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/salary/command/detail/:id",
|
||||
name: "commandSalaryDatail",
|
||||
component: commandSalaryAdd,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: "SYS_SALARY_COMMAND",
|
||||
Role: "STAFF",
|
||||
},
|
||||
},
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue