update UI - แสดงรายชื่อผู้สอบผ่านในรอบของการสอบคัดเลือก/แข่งขันที่ได้จากระบบ

ปรับในส่วนของการแสดงผลข้อมูลให้ครบตาม design
ปรับให้เป็นหน้าฟอร์มกรณีอยู่ในโหมดแก้ไข
ปรับการแสดงสถานะและ Action ให้ถกต้อง
This commit is contained in:
Warunee Tamkoo 2023-06-08 18:24:09 +07:00
parent b958dfad20
commit 312642f8f6
9 changed files with 576 additions and 575 deletions

View file

@ -1,17 +1,15 @@
interface TableName {
Id: string;
position: number;
Name: string;
ExamOrder: number;
unitId: string;
UnitGroup: string;
Unit: string;
ReportingDate: string; //วันที่รายงานตัว
BMAOfficer: boolean;
Status: string;
checkList: any;
}
export type {
TableName,
};
export type { TableName };