small fixes

This commit is contained in:
Alireza Ahmadi
2024-05-15 01:46:19 +02:00
parent db36756515
commit 5805e397af
14 changed files with 16 additions and 18 deletions
-1
View File
@@ -7,7 +7,6 @@
<v-col cols="12" sm="6" md="4" v-if="tpEnable">
<v-select
hide-details
width="100"
:label="$t('type')"
:items="Object.keys(trspTypes).map((key,index) => ({title: key, value: Object.values(trspTypes)[index]}))"
v-model="transportType">