เพิ้ม แก้ไข รายการโครงการ
This commit is contained in:
parent
7cdcebf5e0
commit
dd5a52f20e
7 changed files with 566 additions and 516 deletions
|
|
@ -5,7 +5,7 @@ interface DataOption {
|
|||
|
||||
interface DataOptionCheckBox {
|
||||
label: string;
|
||||
value: string;
|
||||
value: boolean;
|
||||
}
|
||||
|
||||
interface FormFilter {
|
||||
|
|
@ -13,7 +13,7 @@ interface FormFilter {
|
|||
pageSize: number;
|
||||
keyword: string;
|
||||
type: string;
|
||||
year:number
|
||||
year: number;
|
||||
posType: string;
|
||||
posLevel: string;
|
||||
retireYear: string | null;
|
||||
|
|
@ -36,4 +36,10 @@ interface NewPagination {
|
|||
sortBy: string;
|
||||
}
|
||||
|
||||
export type { DataOption, DataOptionCheckBox, ItemsMenu, NewPagination ,FormFilter};
|
||||
export type {
|
||||
DataOption,
|
||||
DataOptionCheckBox,
|
||||
ItemsMenu,
|
||||
NewPagination,
|
||||
FormFilter,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue