diff --git a/src/modules/14_KPI/components/indicatorByRole/DetailView.vue b/src/modules/14_KPI/components/indicatorByRole/DetailView.vue index be5955b11..241e429da 100644 --- a/src/modules/14_KPI/components/indicatorByRole/DetailView.vue +++ b/src/modules/14_KPI/components/indicatorByRole/DetailView.vue @@ -1,15 +1,21 @@ diff --git a/src/modules/14_KPI/interface/request/Main.ts b/src/modules/14_KPI/interface/request/Main.ts index 52248c95f..5ff08cce9 100644 --- a/src/modules/14_KPI/interface/request/Main.ts +++ b/src/modules/14_KPI/interface/request/Main.ts @@ -23,4 +23,18 @@ interface FormCompetency { evaluation: string; } -export type { FormQueryRound, FormRound, FormCompetency }; +interface FormDataRole { + position: string; + year: number; + round: string; + org: string; + including: string; + includingName: string; + target: string; + unit: string; + weight: string; + meaning: string; + formula: string; +} + +export type { FormQueryRound, FormRound, FormCompetency, FormDataRole };