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

@Component({
  selector: 'app-grade-registration',
  templateUrl: './grade-registration.component.html',
  styleUrls: ['./grade-registration.component.scss']
})
export class GradeRegistrationComponent {
  pathTitle = ['การประเมินสมรรถนะ', 'ทะเบียนเกรด','การจัดการเกรด']
  groupShow = '1'
}