โครงการ

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-04-09 13:35:11 +07:00
parent 10efd65ba9
commit 8829d8e1ce
3 changed files with 14 additions and 45 deletions

View file

@ -139,7 +139,7 @@ interface FormAddProject {
dateEnd: Date | null;
totalDate: number | null;
address: string;
provinceId: string | null;
provinceId: any | null;
budget: string;
budgetSub: string;
accept: number | string | null;
@ -154,7 +154,7 @@ interface FormAddProject {
expect: string;
topicAcademic: string;
addressAcademic: string;
provinceActualId: any;
provinceActualId: string;
actualPeoples: People[];
plannedPeoples: People[];
actualGoals: actualGoals[];