feat(01): la long map

This commit is contained in:
puriphatt 2024-08-29 10:01:35 +07:00
parent e7c6a31bbf
commit a91d783b12
4 changed files with 29 additions and 3 deletions

View file

@ -1559,6 +1559,8 @@ watch(currentHq, () => {
:separator="true"
v-model:latitude="formData.latitude"
v-model:longitude="formData.longitude"
outlined
dense
title="branch.form.group.location"
/>
<FormQr
@ -1792,6 +1794,8 @@ watch(currentHq, () => {
v-model:longitude="formData.longitude"
:readonly="formType === 'view'"
:separator="true"
outlined
dense
class="q-mb-xl"
/>
<FormQr