UI หน้ารายการคำสั่งและ Template
This commit is contained in:
parent
3b9df73811
commit
3556fb3cae
4 changed files with 684 additions and 5 deletions
|
|
@ -2,4 +2,20 @@ interface Pagination {
|
|||
rowsPerPage: number;
|
||||
}
|
||||
|
||||
export type { Pagination };
|
||||
interface ActiveOptions {
|
||||
value: string;
|
||||
label: string;
|
||||
}
|
||||
|
||||
interface ListOrder {
|
||||
id: string;
|
||||
code: string;
|
||||
name: string;
|
||||
status: boolean;
|
||||
}
|
||||
|
||||
interface Tabs {
|
||||
value: string;
|
||||
label: string;
|
||||
}
|
||||
export type { Pagination, ActiveOptions, ListOrder, Tabs };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue