แก้คำผิด และปิด column คำอธิบายของรอบการปฏิบัติงาน

This commit is contained in:
Warunee Tamkoo 2023-11-01 16:35:08 +07:00
parent d2a50125a5
commit 1c4776c68e
4 changed files with 41 additions and 52 deletions

View file

@ -10,7 +10,6 @@ interface dataRowRound {
amOut: string
pm: string
pmOut: string
note: string
status: boolean
isDefault: boolean
}
@ -22,7 +21,6 @@ interface roundShow {
pmOut: string;
amRound: string;
pmRound: string;
note: string;
status: boolean;
isDefault: boolean;
}