ปรับฟอร์มบันทึกโครงการตาม tab
This commit is contained in:
parent
91b1b381d1
commit
c4c8f45d84
9 changed files with 882 additions and 697 deletions
|
|
@ -4,6 +4,7 @@ interface FormQueryListProject {
|
|||
pageSize: number;
|
||||
org: string;
|
||||
keyword: string;
|
||||
status: string;
|
||||
}
|
||||
|
||||
interface FormBasicinfo {
|
||||
|
|
|
|||
|
|
@ -68,6 +68,7 @@ interface ResDataProject {
|
|||
projectNigth: number | null;
|
||||
projectTechniques: string;
|
||||
projectModal: number | null;
|
||||
status?: string;
|
||||
}
|
||||
|
||||
interface ResPeople {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue