fix(registry-officer): add field leaveSubTypeName and coupleDayLevelCountry form leave
This commit is contained in:
parent
7471836167
commit
1d99705b65
2 changed files with 61 additions and 1 deletions
|
|
@ -8,6 +8,9 @@ interface DetailData {
|
|||
reason: string;
|
||||
typeLeaveId: string;
|
||||
code: string;
|
||||
codeLeave:string
|
||||
leaveSubTypeName:string
|
||||
coupleDayLevelCountry:string
|
||||
}
|
||||
|
||||
interface FormFilter {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue