KPI => ประกาศผล, report
This commit is contained in:
parent
4419b41a39
commit
823fe93528
8 changed files with 372 additions and 147 deletions
|
|
@ -2,6 +2,10 @@ interface DataOption {
|
|||
id: string;
|
||||
name: string;
|
||||
}
|
||||
interface OptionCheckbox {
|
||||
label: string;
|
||||
value: string;
|
||||
}
|
||||
interface ItemsTab {
|
||||
label: string;
|
||||
name: string;
|
||||
|
|
@ -64,6 +68,7 @@ interface FormData {
|
|||
email: string;
|
||||
qualification: string;
|
||||
}
|
||||
interface DataCapacity {}
|
||||
|
||||
export type {
|
||||
DataOption,
|
||||
|
|
@ -74,4 +79,6 @@ export type {
|
|||
tableType,
|
||||
FormData,
|
||||
ItemsTab,
|
||||
OptionCheckbox,
|
||||
DataCapacity,
|
||||
};
|
||||
|
|
|
|||
|
|
@ -41,4 +41,19 @@ interface ResEvaluatorAssessor {
|
|||
profileId: string;
|
||||
}
|
||||
|
||||
export type { ResEvaluator, ResRound, ResEvaluatorAssessor };
|
||||
interface ResDevelopment {
|
||||
developmentName: string;
|
||||
durationKPI: string;
|
||||
firstname: string;
|
||||
id: string;
|
||||
kpiPeriodId: string;
|
||||
lastname: string;
|
||||
organization: string;
|
||||
posLevelName: string;
|
||||
posTypeName: string;
|
||||
position: string;
|
||||
prefix: string;
|
||||
root: string;
|
||||
}
|
||||
|
||||
export type { ResEvaluator, ResRound, ResEvaluatorAssessor, ResDevelopment };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue