โครงการ
This commit is contained in:
parent
10efd65ba9
commit
8829d8e1ce
3 changed files with 14 additions and 45 deletions
|
|
@ -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[];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue