UI การติดตามการประเมินผล
This commit is contained in:
parent
0a5d0a81d5
commit
ece1203d84
2 changed files with 74 additions and 4 deletions
|
|
@ -27,10 +27,14 @@ interface FormGroupRelate {
|
|||
}
|
||||
|
||||
interface FormFollowResult {
|
||||
metricType:string
|
||||
indicators:string
|
||||
target:string
|
||||
calculation:string
|
||||
metricType: string;
|
||||
indicators: string;
|
||||
target: string;
|
||||
calculation: string;
|
||||
measuRement: string;
|
||||
results: string;
|
||||
obstacles: string;
|
||||
suggestions: string;
|
||||
}
|
||||
|
||||
export type {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue