Commit 1edd5aef by Natthaphat

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

parent ec8fe9a3
<app-page-header [title]="'จัดการทะเบียนประเทศ'" [activeTitle]="'ผู้ดูแลระบบ'"
[title1]="'จัดการทะเบียนประเทศ'"></app-page-header>
<app-page-header [title]="'จัดการประเทศ'" [activeTitle]="'ผู้ดูแลระบบ'"
[title1]="'จัดการประเทศ'"></app-page-header>
<div class="grid grid-cols-12 gap-6">
<div class="xl:col-span-12 col-span-12">
<div class="box">
......
<app-page-header [title]="'ทะเบียนระดับวุฒิการศึกษา'" [activeTitle]="'ผู้ดูแลระบบ'"
[title1]="'ทะเบียนระดับวุฒิการศึกษา'"></app-page-header>
<app-page-header [title]="'จัดการระดับการศึกษา'" [activeTitle]="'ผู้ดูแลระบบ'"
[title1]="'จัดการระดับการศึกษา'"></app-page-header>
<div class="grid grid-cols-12 gap-6">
<div class="xl:col-span-12 col-span-12">
<div class="box">
......
......@@ -95,46 +95,40 @@ export class NavService implements OnDestroy {
// Dashboard
{ headTitle: 'ผู้ดูแลระบบ' },
{
icon: 'user',
path: '/admin/member-manage',
title: 'จัดการสมาชิก',
type: 'link',
},
{
icon: 'buildings',
path: '/admin/manage-companys',
title: 'จัดการบริษัท',
icon: 'news',
path: '/admin/pdpa-manage',
title: 'จัดการ PDPA',
type: 'link',
},
{
icon: 'receipt',
path: '/admin/manage-articles',
title: 'จัดการบทความ',
type: 'link',
},
{
icon: 'news',
path: '/admin/pdpa-manage',
title: 'จัดการ PDPA',
type: 'link',
icon: 'user',
path: '/admin/company-departments',
title: 'จัดการผู้ใช้',
type: 'sub',
children: [
{ path: '/admin/manage-companys', title: 'จัดการบริษัท', type: 'link' },
{ path: '/admin/member-manage', title: 'จัดการผู้สมัครงาน', type: 'link' }
],
},
{
icon: 'buildings',
path: '/admin/company-departments',
title: 'ทะเบียนบริษัท',
type: 'sub',
children: [
{ path: '/admin/position', title: 'ทะเบียนตำแหน่ง', type: 'link' },
{ path: '/admin/country-registration', title: 'ทะเบียนประเทศ', type: 'link' },
{ path: '/admin/category-company', title: 'ทะเบียนประเภทบริษัท', type: 'link' },
{ path: '/admin/degree-manage', title: 'ทะเบียนระดับวุฒิการศึกษา', type: 'link' },
{ path: '/admin/career-cluster', title: 'จัดการกลุ่มอาชีพ', type: 'link' },
{ path: '/admin/position', 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/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