fix the bug that cannot view the location on the map of an existing transaction in desktop page

This commit is contained in:
MaysWind
2024-06-30 16:43:58 +08:00
parent 182bdb34cd
commit 16e53feaf4
@@ -54,7 +54,7 @@
</v-tab>
</v-tabs>
<v-divider class="my-2"/>
<v-tabs direction="vertical" :disabled="loading || submitting" :class="{ 'readonly': mode !== 'add' }" v-model="activeTab">
<v-tabs direction="vertical" :disabled="loading || submitting" v-model="activeTab">
<v-tab value="basicInfo">
<span>{{ $t('Basic Information') }}</span>
</v-tab>