feat(01): la long map
This commit is contained in:
parent
e7c6a31bbf
commit
a91d783b12
4 changed files with 29 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue