import { Component } from '@angular/core'; @Component({ selector: 'app-job-description', templateUrl: './job-description.component.html', styleUrls: ['./job-description.component.scss'] }) export class JobDescriptionComponent {
pathTitle = ['การจัดการข้อมูลองค์กร','ข้อมูลลักษณะงาน', 'กลุ่มพนักงาน']
}