fixing error & layout command template
This commit is contained in:
parent
d836432c3e
commit
7540311518
7 changed files with 56 additions and 35 deletions
|
|
@ -9,9 +9,10 @@ interface ActiveOptions {
|
|||
|
||||
interface ListOrder {
|
||||
id: string;
|
||||
code: string;
|
||||
commandCode: string;
|
||||
name: string;
|
||||
status: boolean;
|
||||
category?: string;
|
||||
}
|
||||
|
||||
interface Tabs {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue