แก้คำผิด และปิด column คำอธิบายของรอบการปฏิบัติงาน
This commit is contained in:
parent
d2a50125a5
commit
1c4776c68e
4 changed files with 41 additions and 52 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue