เพิ่มฟิลเตอร์
This commit is contained in:
parent
b925026c2f
commit
07962731fa
12 changed files with 403 additions and 36 deletions
|
|
@ -17,6 +17,10 @@ interface ItemTabs {
|
|||
name: string;
|
||||
}
|
||||
|
||||
interface DataOptions{
|
||||
id:string,
|
||||
name:string
|
||||
}
|
||||
interface FormOrderPlacementMainData {
|
||||
Order: string;
|
||||
OrderNum: string;
|
||||
|
|
@ -166,4 +170,5 @@ export type {
|
|||
MemBerType,
|
||||
PersonsAppointData,
|
||||
FormDataAppoint,
|
||||
DataOptions
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue