ทะเบียนประวัติ => UI รายการยื่นคำร้องขอแก้ไขข้อมูล
This commit is contained in:
parent
2563982cd8
commit
97efaf4712
6 changed files with 516 additions and 4 deletions
|
|
@ -1,12 +1,20 @@
|
|||
// registry
|
||||
const registryPage = () => import("@/modules/10_registry/views/main.vue");
|
||||
|
||||
const registryInformation = () => import("@/modules/10_registry/tabs/01_information.vue");
|
||||
const registryGovernment = () => import("@/modules/10_registry/tabs/02_government.vue");
|
||||
const registryInformation = () =>
|
||||
import("@/modules/10_registry/tabs/01_information.vue");
|
||||
const registryGovernment = () =>
|
||||
import("@/modules/10_registry/tabs/02_government.vue");
|
||||
const registrySalary = () => import("@/modules/10_registry/tabs/03_salary.vue");
|
||||
const registryAchievement = () => import("@/modules/10_registry/tabs/04_Achievement.vue");
|
||||
const registryAchievement = () =>
|
||||
import("@/modules/10_registry/tabs/04_Achievement.vue");
|
||||
const registryOther = () => import("@/modules/10_registry/tabs/05_other.vue");
|
||||
|
||||
/**
|
||||
* คำร้องแก้ไข
|
||||
*/
|
||||
const requestEditMain = () => import("@/modules/10_registry/views/requestEditMain.vue");
|
||||
|
||||
export default [
|
||||
{
|
||||
path: "/registry",
|
||||
|
|
@ -63,4 +71,14 @@ export default [
|
|||
Key: [10],
|
||||
},
|
||||
},
|
||||
|
||||
{
|
||||
path: "/registry/request-edit",
|
||||
name: "request-edit",
|
||||
component: requestEditMain,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: [10],
|
||||
},
|
||||
},
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue