edit select person in probation system
This commit is contained in:
parent
884fe69e2c
commit
1ae929acbf
5 changed files with 46 additions and 14 deletions
|
|
@ -12,6 +12,11 @@ interface ItemTabs {
|
|||
name: string;
|
||||
}
|
||||
|
||||
interface TabOptions {
|
||||
label: string;
|
||||
value: string;
|
||||
}
|
||||
|
||||
interface DataPerson {
|
||||
fullName?: string;
|
||||
citizenId: string;
|
||||
|
|
@ -112,5 +117,6 @@ export type {
|
|||
ListCommand,
|
||||
DataOrder,
|
||||
DataFileOrder,
|
||||
FormDataDetail
|
||||
FormDataDetail,
|
||||
TabOptions,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue