ข้อมูลทะเบียนประวัติ
This commit is contained in:
parent
b05065ba67
commit
bd6f4fde7f
34 changed files with 9004 additions and 706 deletions
|
|
@ -4,7 +4,7 @@ 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 registrySalary = () => import("@/modules/10_registry/tabs/03_salary.vue");
|
||||
const registryInsignia = () => import("@/modules/10_registry/tabs/04_insignia.vue");
|
||||
const registryAchievement = () => import("@/modules/10_registry/tabs/04_Achievement.vue");
|
||||
const registryOther = () => import("@/modules/10_registry/tabs/05_other.vue");
|
||||
|
||||
export default [
|
||||
|
|
@ -46,9 +46,9 @@ export default [
|
|||
},
|
||||
},
|
||||
{
|
||||
path: "/registry/insignia",
|
||||
name: "registryInsignia",
|
||||
component: registryInsignia,
|
||||
path: "/registry/achievement",
|
||||
name: "achievement",
|
||||
component: registryAchievement,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: [10],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue