refactor: #6988 changed ticket summary view and fixed notes functionality #237

Merged
jon merged 9 commits from 6988-SummaryRefactor into dev 2024-03-27 10:51:52 +00:00
3 changed files with 3 additions and 6 deletions
Showing only changes of commit 84a25acf22 - Show all commits

View File

@ -492,6 +492,7 @@ export default {
request: 'Request',
weight: 'Weight',
goTo: 'Go to',
summaryAmount: 'Resumen',
},
},
claim: {

View File

@ -491,6 +491,7 @@ export default {
request: 'Petición de compra',
weight: 'Peso',
goTo: 'Ir a',
summaryAmount: 'Resumen',
alexm marked this conversation as resolved Outdated
Outdated
Review

Esta seria en ingles

Esta seria en ingles
},
},
claim: {

View File

@ -243,7 +243,7 @@ async function changeState(value) {
</VnLv>
</QCard>
<QCard class="vn-one">
<VnTitle :text="t('Summary')" />
<VnTitle :text="t('ticket.summary.summaryAmount')" />
<div class="bodyCard">
<VnLv
:label="t('ticket.summary.subtotal')"
@ -456,8 +456,3 @@ async function changeState(value) {
}
}
</style>
<i18n>
es:
Summary: Resumen
</i18n>