Pedidos stepper #80

Merged
jsegarra merged 16 commits from wbuezas/hedera-web-mindshore:feature/PedidosStepper into 4922-vueMigration 2024-09-03 14:06:02 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 723a977ecd - Show all commits

View File

@ -436,7 +436,7 @@ onMounted(async () => {
flat
color="primary"
@click="onPreviousStep(stepIndex)"
:label="step.nextButtonLabel || t('back')"
:label="step.backButtonLabel || t('back')"
jsegarra marked this conversation as resolved Outdated

traducir

traducir

Traducido.

Commit: 95e23c05fa

Traducido. Commit: https://gitea.verdnatura.es/verdnatura/hedera-web/commit/95e23c05fa8dbdb329fa72b7edd034faf0656ff5
class="q-ml-sm"
jsegarra marked this conversation as resolved Outdated

La label del botón en el ultimo paso debería ser confirmar, finalizar, guardar, confirmar con Javi

La label del botón en el ultimo paso debería ser confirmar, finalizar, guardar, confirmar con Javi

Agregado.

Commit: 8e0f09cc0f

Agregado. Commit: https://gitea.verdnatura.es/verdnatura/hedera-web/commit/8e0f09cc0f73afda885f28991fb40689a1bf9e2e
:class="{ invisible: currentStep === 'method' }"
/>