setting-competency.component.ts 434 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10
import { Component } from '@angular/core';

@Component({
  selector: 'app-setting-competency',
  templateUrl: './setting-competency.component.html',
  styleUrls: ['./setting-competency.component.scss']
})
export class SettingCompetencyComponent {
  pathTitle = ['การประเมินสมรรถนะ', 'การตั้งค่า','กำหนดค่าระบบประเมินสมรรถนะ']
}