Commit 1edd5aef by Natthaphat

แก้ เมนูด้านข้าง

parent ec8fe9a3
<app-page-header [title]="'จัดการทะเบียนประเทศ'" [activeTitle]="'ผู้ดูแลระบบ'" <app-page-header [title]="'จัดการประเทศ'" [activeTitle]="'ผู้ดูแลระบบ'"
[title1]="'จัดการทะเบียนประเทศ'"></app-page-header> [title1]="'จัดการประเทศ'"></app-page-header>
<div class="grid grid-cols-12 gap-6"> <div class="grid grid-cols-12 gap-6">
<div class="xl:col-span-12 col-span-12"> <div class="xl:col-span-12 col-span-12">
<div class="box"> <div class="box">
......
<app-page-header [title]="'ทะเบียนระดับวุฒิการศึกษา'" [activeTitle]="'ผู้ดูแลระบบ'" <app-page-header [title]="'จัดการระดับการศึกษา'" [activeTitle]="'ผู้ดูแลระบบ'"
[title1]="'ทะเบียนระดับวุฒิการศึกษา'"></app-page-header> [title1]="'จัดการระดับการศึกษา'"></app-page-header>
<div class="grid grid-cols-12 gap-6"> <div class="grid grid-cols-12 gap-6">
<div class="xl:col-span-12 col-span-12"> <div class="xl:col-span-12 col-span-12">
<div class="box"> <div class="box">
......
...@@ -95,46 +95,40 @@ export class NavService implements OnDestroy { ...@@ -95,46 +95,40 @@ export class NavService implements OnDestroy {
// Dashboard // Dashboard
{ headTitle: 'ผู้ดูแลระบบ' }, { headTitle: 'ผู้ดูแลระบบ' },
{ {
icon: 'user', icon: 'news',
path: '/admin/member-manage', path: '/admin/pdpa-manage',
title: 'จัดการสมาชิก', title: 'จัดการ PDPA',
type: 'link',
},
{
icon: 'buildings',
path: '/admin/manage-companys',
title: 'จัดการบริษัท',
type: 'link', type: 'link',
}, },
{ {
icon: 'receipt', icon: 'receipt',
path: '/admin/manage-articles', path: '/admin/manage-articles',
title: 'จัดการบทความ', title: 'จัดการบทความ',
type: 'link', type: 'link',
}, },
{ {
icon: 'news', icon: 'user',
path: '/admin/pdpa-manage', path: '/admin/company-departments',
title: 'จัดการ PDPA', title: 'จัดการผู้ใช้',
type: 'link', type: 'sub',
children: [
{ path: '/admin/manage-companys', title: 'จัดการบริษัท', type: 'link' },
{ path: '/admin/member-manage', title: 'จัดการผู้สมัครงาน', type: 'link' }
],
}, },
{ {
icon: 'buildings', icon: 'buildings',
path: '/admin/company-departments', path: '/admin/company-departments',
title: 'ทะเบียนบริษัท', title: 'ทะเบียนบริษัท',
type: 'sub', type: 'sub',
children: [ children: [
{ path: '/admin/position', title: 'ทะเบียนตำแหน่ง', type: 'link' }, { path: '/admin/career-cluster', title: 'จัดการกลุ่มอาชีพ', type: 'link' },
{ path: '/admin/country-registration', title: 'ทะเบียนประเทศ', type: 'link' }, { path: '/admin/position', title: 'จัดการตำแหน่ง', type: 'link' },
{ path: '/admin/category-company', title: 'ทะเบียนประเภทบริษัท', type: 'link' },
{ path: '/admin/degree-manage', title: 'ทะเบียนระดับวุฒิการศึกษา', type: 'link' },
{ path: '/admin/job-types', title: 'จัดการประเภทงาน', type: 'link' }, { path: '/admin/job-types', title: 'จัดการประเภทงาน', type: 'link' },
{ path: '/admin/category-company', title: 'จัดการประเภทบริษัท', type: 'link' },
{ path: '/admin/degree-manage', title: 'จัดการระดับการศึกษา', type: 'link' },
{ path: '/admin/country-registration', title: 'จัดการประเทศ', type: 'link' },
{ path: '/admin/provinces', title: 'จัดการจังหวัด', type: 'link' }, { path: '/admin/provinces', title: 'จัดการจังหวัด', type: 'link' },
{ path: '/admin/career-cluster', title: 'จัดการกลุ่มอาชีพ', type: 'link' },
], ],
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment