chore: clean unuse
This commit is contained in:
parent
99163939e9
commit
cdf1158003
1 changed files with 0 additions and 8 deletions
|
|
@ -9,23 +9,15 @@ import {
|
||||||
|
|
||||||
defineProps<{
|
defineProps<{
|
||||||
title: string;
|
title: string;
|
||||||
titleFormAddress?: string;
|
|
||||||
addressTitle?: string;
|
|
||||||
addressTitleEN?: string;
|
|
||||||
addressSeparator?: boolean;
|
|
||||||
branchStatus?: string;
|
branchStatus?: string;
|
||||||
badgeLabel?: string;
|
badgeLabel?: string;
|
||||||
customerLabel?: string;
|
customerLabel?: string;
|
||||||
badgeClass?: string;
|
badgeClass?: string;
|
||||||
hideFooter?: boolean;
|
hideFooter?: boolean;
|
||||||
noAppBox?: boolean;
|
|
||||||
noPaddingTab?: boolean;
|
|
||||||
maxWidth?: string;
|
maxWidth?: string;
|
||||||
width?: string;
|
width?: string;
|
||||||
height?: string;
|
height?: string;
|
||||||
employee?: boolean;
|
employee?: boolean;
|
||||||
noAddress?: boolean;
|
|
||||||
disabledRule?: boolean;
|
|
||||||
edit?: boolean;
|
edit?: boolean;
|
||||||
|
|
||||||
isEdit?: boolean;
|
isEdit?: boolean;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue