refactor: virtual branch on profile banner and card mode

This commit is contained in:
puriphatt 2024-09-09 14:26:14 +07:00
parent a8ebc85ace
commit b0b410a2cc
2 changed files with 40 additions and 21 deletions

View file

@ -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>