โครงการ => API ลักษณะโครงการ
This commit is contained in:
parent
c5b68d0691
commit
b76f5854cf
5 changed files with 107 additions and 74 deletions
|
|
@ -7,6 +7,10 @@ interface DataOptionCheckBox {
|
|||
label: string;
|
||||
value: boolean;
|
||||
}
|
||||
interface DataOptionTechnique {
|
||||
label: string;
|
||||
value: string;
|
||||
}
|
||||
|
||||
interface FormFilter {
|
||||
page: number;
|
||||
|
|
@ -78,11 +82,11 @@ interface FormProjectDetail {
|
|||
projectNigthHoldActual: string | null;
|
||||
developmentProjectTechniqueActuals: [];
|
||||
projectModalActual?: string | null;
|
||||
projectModalPlanneds?: string | null;
|
||||
strategyChildPlannedId: string | null; //id ยุทธศาสตร์เป้าหมายตามแผน
|
||||
strategyChildPlannedNode: number; //node ยุทธศาสตร์เป้าหมายตามแผน
|
||||
strategyChildActualId: string | null; //id ยุทธศาสตร์เป้าหมายตามจริง
|
||||
strategyChildActualNode: number; //node ยุทธศาสตร์เป้าหมายตามจริง
|
||||
projectModalPlanned?: string | null;
|
||||
strategyChildPlannedId?: string | null; //id ยุทธศาสตร์เป้าหมายตามแผน
|
||||
strategyChildPlannedNode: number | null; //node ยุทธศาสตร์เป้าหมายตามแผน
|
||||
strategyChildActualId?: string | null; //id ยุทธศาสตร์เป้าหมายตามจริง
|
||||
strategyChildActualNode: number | null; //node ยุทธศาสตร์เป้าหมายตามจริง
|
||||
}
|
||||
|
||||
export type {
|
||||
|
|
@ -94,4 +98,5 @@ export type {
|
|||
DataPerson,
|
||||
ItemsDownload,
|
||||
FormProjectDetail,
|
||||
DataOptionTechnique,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue