UI => IDP
This commit is contained in:
parent
311ff2d15c
commit
d9ff26ac4a
7 changed files with 1198 additions and 396 deletions
|
|
@ -66,6 +66,19 @@ interface FormChangeName {
|
|||
documentId: string | null | undefined;
|
||||
}
|
||||
|
||||
interface FormDataIDP {
|
||||
topic: string;
|
||||
development: string[];
|
||||
otherAction: string;
|
||||
otherPerson: string;
|
||||
otherTraining: string;
|
||||
developmentTarget: string;
|
||||
developmentResults: string;
|
||||
developmentReport: string;
|
||||
status: string;
|
||||
remark: string;
|
||||
}
|
||||
|
||||
export type {
|
||||
FormFilter,
|
||||
FormAddPerson,
|
||||
|
|
@ -73,4 +86,5 @@ export type {
|
|||
DataNodeData,
|
||||
QueryParams,
|
||||
FormChangeName,
|
||||
FormDataIDP,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue