UI การติดตามการประเมินผล

This commit is contained in:
STW_TTTY\stwtt 2024-03-31 09:02:33 +07:00
parent 0a5d0a81d5
commit ece1203d84
2 changed files with 74 additions and 4 deletions

View file

@ -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 {