#5186 create parking section #197

Merged
jorgep merged 29 commits from 5186-CreateParkingSection into dev 2024-03-27 08:42:33 +00:00
1 changed files with 6 additions and 1 deletions
Showing only changes of commit 37985d853b - Show all commits

View File

@ -42,7 +42,7 @@ function exprBuilder(param, value) {
<VnSearchbar
jorgep marked this conversation as resolved
Review

La opcion de PArking en el breadcrum no lleva a la parking, pero si monta bien la URL

La opcion de PArking en el breadcrum no lleva a la parking, pero si monta bien la URL
data-key="ParkingList"
:label="t('Search parking')"
:info="t('You can search by code')"
:info="t('You can search by parking code')"
/>
</Teleport>
<Teleport to="#actions-append">
@ -105,3 +105,8 @@ function exprBuilder(param, value) {
</div>
</QPage>
</template>
<i18n>
es:
Search parking: Buscar parking
You can search by parking code: Puede buscar por el código del parking
</i18n>