refactor(04): show total price checkbox
This commit is contained in:
parent
cc2e49f735
commit
5a3ae092c8
3 changed files with 15 additions and 3 deletions
|
|
@ -66,6 +66,7 @@ export interface ServiceCreate {
|
|||
}
|
||||
|
||||
export interface Attributes {
|
||||
showTotalPrice?: boolean;
|
||||
additional: (PropString | PropNumber | PropDate | PropOptions)[];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue