update ui ระบบบรรจุ
This commit is contained in:
parent
c837fe6d8b
commit
5144effebd
3 changed files with 602 additions and 683 deletions
|
|
@ -9,7 +9,7 @@ interface TableName {
|
|||
UnitGroup: string;
|
||||
Unit: string;
|
||||
ReportingDate: string; //วันที่รายงานตัว
|
||||
BMAOfficer: boolean;
|
||||
BMAOfficer: string;
|
||||
Status: string;
|
||||
checkList: any;
|
||||
address: string;
|
||||
|
|
@ -20,15 +20,15 @@ interface TableName {
|
|||
number: number;
|
||||
examCount: number;
|
||||
scoreResult: {
|
||||
scoreAFull:number
|
||||
scoreA: number;
|
||||
scoreBFull: number;
|
||||
scoreB: number;
|
||||
scoreCFull: number;
|
||||
scoreC: number;
|
||||
scoreSumFull: number;
|
||||
scoreSum: number;
|
||||
examResult: string;
|
||||
scoreAFull: number;
|
||||
scoreA: number;
|
||||
scoreBFull: number;
|
||||
scoreB: number;
|
||||
scoreCFull: number;
|
||||
scoreC: number;
|
||||
scoreSumFull: number;
|
||||
scoreSum: number;
|
||||
examResult: string;
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue