fix: แก้ค่าของ type
This commit is contained in:
parent
601aa69d7c
commit
066cf121c6
5 changed files with 28 additions and 16 deletions
|
|
@ -60,7 +60,11 @@ onMounted(async () => {
|
|||
class="q-mr-md"
|
||||
/>
|
||||
<q-card-section
|
||||
class="q-pa-sm q-pt-md bg-green q-mr-md q-mb-sm"
|
||||
class="q-pa-sm q-pt-md q-mr-md q-mb-sm"
|
||||
:class="{
|
||||
color__purple: customerType === 'CORP',
|
||||
color__green: customerType === 'PERS',
|
||||
}"
|
||||
style="border-radius: 0 0 40px 40px; position: relative"
|
||||
>
|
||||
<q-avatar no-padding size="50px">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue