mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 00:34:28 +08:00
support clicking on map to set specified geographic location
This commit is contained in:
@@ -344,6 +344,7 @@
|
||||
</template>
|
||||
|
||||
<map-sheet v-model="transaction.geoLocation"
|
||||
v-model:set-geo-location-by-click-map="setGeoLocationByClickMap"
|
||||
v-model:show="showGeoLocationMapSheet">
|
||||
</map-sheet>
|
||||
</f7-list-item>
|
||||
@@ -549,6 +550,7 @@ const {
|
||||
submitting,
|
||||
uploadingPicture,
|
||||
geoLocationStatus,
|
||||
setGeoLocationByClickMap,
|
||||
transaction,
|
||||
currentTimezoneOffsetMinutes,
|
||||
defaultCurrency,
|
||||
|
||||
Reference in New Issue
Block a user