mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-17 00:12:11 +08:00
hide the "Set Location" button in the map sheet on the transaction view page in mobile version
This commit is contained in:
@@ -343,7 +343,8 @@
|
||||
</f7-block>
|
||||
</template>
|
||||
|
||||
<map-sheet v-model="transaction.geoLocation"
|
||||
<map-sheet :readonly="mode === TransactionEditPageMode.View"
|
||||
v-model="transaction.geoLocation"
|
||||
v-model:set-geo-location-by-click-map="setGeoLocationByClickMap"
|
||||
v-model:show="showGeoLocationMapSheet">
|
||||
</map-sheet>
|
||||
|
||||
Reference in New Issue
Block a user