แก้ popup รายการรอบการปฏิบัติงาน
This commit is contained in:
parent
37a39c6037
commit
d10c919b2d
4 changed files with 40 additions and 27 deletions
|
|
@ -14,6 +14,18 @@ interface dataRowRound {
|
|||
status: boolean
|
||||
isDefault: boolean
|
||||
}
|
||||
interface roundShow {
|
||||
round: string;
|
||||
am: string;
|
||||
amOut: string;
|
||||
pm: string;
|
||||
pmOut: string;
|
||||
amRound: string;
|
||||
pmRound: string;
|
||||
note: string;
|
||||
status: boolean;
|
||||
isDefault: boolean;
|
||||
}
|
||||
interface MyObjectRoundRef {
|
||||
am: object | null,
|
||||
amOut: object | null,
|
||||
|
|
@ -24,5 +36,6 @@ interface MyObjectRoundRef {
|
|||
export type {
|
||||
RoundRows,
|
||||
dataRowRound,
|
||||
MyObjectRoundRef
|
||||
MyObjectRoundRef,
|
||||
roundShow
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue