fix: form dialog tab & address
This commit is contained in:
parent
8f232fa1de
commit
0633f68a58
3 changed files with 9 additions and 5 deletions
|
|
@ -86,6 +86,7 @@ watch(districtId, fetchSubDistrict);
|
|||
style="border-radius: var(--radius-3)"
|
||||
>
|
||||
<span
|
||||
id="same"
|
||||
class="q-px-sm q-mr-lg rounded cursor-pointer"
|
||||
:class="{
|
||||
dark: $q.dark.isActive,
|
||||
|
|
@ -97,6 +98,7 @@ watch(districtId, fetchSubDistrict);
|
|||
{{ $t('formDialogToggleSameAddress') }}
|
||||
</span>
|
||||
<span
|
||||
id="custom"
|
||||
class="q-px-sm rounded cursor-pointer"
|
||||
:class="{
|
||||
dark: $q.dark.isActive,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue