fix: แก้ค่าของ type

This commit is contained in:
Net 2024-06-11 11:23:23 +07:00
parent 601aa69d7c
commit 066cf121c6
5 changed files with 28 additions and 16 deletions

View file

@ -51,7 +51,7 @@ const tabsList = defineModel<{ name: string; label: string }[]>('tabsList');
<text
class="text-customer"
:class="{ 'dark-text': $q.dark.isActive }"
:style="`color: ${customerLabel === 'customerLegalEntity' ? 'var(--purple-8)' : 'var(--green-9)'} `"
:style="`color: ${customerLabel === 'CORP' ? 'var(--purple-8)' : 'var(--green-9)'} `"
>
{{ $t(customerLabel) }}
</text>