- แก้ error type ของพวกทะเบียนประวัติ
- ปรับ code ส่วนของทะเบียนประวัติลูกจ้าง
This commit is contained in:
parent
b3abe902fa
commit
eea8ce1b6d
41 changed files with 8235 additions and 9890 deletions
|
|
@ -1,16 +1,14 @@
|
|||
/**
|
||||
* Router ระบบทะเบียนประวัติลูกจ้าง (registryEmployee)
|
||||
*/
|
||||
/*** Router ระบบทะเบียนประวัติลูกจ้าง (registryEmployee) */
|
||||
import { defineAsyncComponent } from "vue";
|
||||
|
||||
// const Main = () => import("@/modules/08_registryEmployee/views/Main.vue");
|
||||
// const Detail = () => import("@/modules/08_registryEmployee/views/Detail.vue");
|
||||
const Main = defineAsyncComponent(
|
||||
() => import("@/modules/08_registryEmployee/views/Main.vue")
|
||||
);
|
||||
const Detail = defineAsyncComponent(
|
||||
() => import("@/modules/08_registryEmployee/views/Detail.vue")
|
||||
|
||||
const CreateEmployee = defineAsyncComponent(
|
||||
() => import("@/modules/08_registryEmployee/views/Add.vue")
|
||||
);
|
||||
|
||||
const EditDetail = defineAsyncComponent(
|
||||
() => import("@/modules/08_registryEmployee/views/EditDetail.vue")
|
||||
);
|
||||
|
|
@ -26,20 +24,10 @@ export default [
|
|||
Role: "registryEmployee",
|
||||
},
|
||||
},
|
||||
// {
|
||||
// path: "/registryEmployee/:id",
|
||||
// name: "registryEmployeeDetail",
|
||||
// component: Detail,
|
||||
// meta: {
|
||||
// Auth: true,
|
||||
// Key: [10],
|
||||
// Role: "registryEmployeeDetails",
|
||||
// },
|
||||
// },
|
||||
{
|
||||
path: "/registry-employee/add",
|
||||
name: "registryEmployeeAdd",
|
||||
component: Detail,
|
||||
component: CreateEmployee,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: [11],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue