fix: แก้เงื่อนไขการแสดงสี
This commit is contained in:
parent
86b58c9b3c
commit
2f1c46b9db
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ const zipCode = defineModel<string>('zipCode', { default: '' });
|
|||
<text
|
||||
class="text-customer"
|
||||
:class="{ 'dark-text': $q.dark.isActive }"
|
||||
style="color: var(--purple-8)"
|
||||
:style="`color: ${customerLabel === 'customerLegalEntity' ? 'var(--purple-8)' : 'var(--green-9)'} `"
|
||||
>
|
||||
{{ $t(customerLabel) }}
|
||||
</text>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue