hide the "Set Location" button in the map sheet on the transaction view page in mobile version

This commit is contained in:
MaysWind
2025-10-09 20:04:50 +08:00
parent 94cd5dc21a
commit e88491268b
2 changed files with 6 additions and 4 deletions
+2 -1
View File
@@ -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>