fix the bug that cannot view the location on the map of an existing transaction in desktop page
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user