refactor: virtual branch on profile banner and card mode
This commit is contained in:
parent
a8ebc85ace
commit
b0b410a2cc
2 changed files with 40 additions and 21 deletions
|
|
@ -3,7 +3,7 @@ import { baseUrl } from 'stores/utils';
|
|||
|
||||
defineProps<{
|
||||
inactive?: boolean;
|
||||
color?: 'none' | 'hq' | 'br';
|
||||
color?: 'none' | 'hq' | 'br' | 'br-virtual';
|
||||
data: {
|
||||
branchLabelCode: string;
|
||||
branchLabelName: string;
|
||||
|
|
@ -96,6 +96,7 @@ defineProps<{
|
|||
'branchLabelTel',
|
||||
'branchLabelType',
|
||||
]"
|
||||
:key="key"
|
||||
class="branch-card__data"
|
||||
>
|
||||
<div>{{ $t(`branch.card.${key}`) }}</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue