fix: refs #6389 ipt
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Carlos Satorres 2024-10-20 15:01:37 +02:00
parent 55f8b78eba
commit 1bafdf1b85
4 changed files with 11 additions and 1 deletions

View File

@ -43,6 +43,7 @@ const getLocale = (label) => {
(groupedStates = data.map((x) => Object.assign(x, { code: t(x.code) })))
"
/>
<FetchData url="departments" auto-load />
<VnFilterPanel
:data-key="dataKey"
:search-button="true"
@ -146,6 +147,7 @@ const getLocale = (label) => {
/>
</QItemSection>
</QItem>
<QItem>
<QItemSection>
<VnSelect

View File

@ -203,6 +203,12 @@ const columns = computed(() => [
},
},
},
{
label: t('salesTicketsTable.payMethod'),
name: 'payMethod',
align: 'left',
columnFilter: false,
},
{
label: t('salesTicketsTable.total'),
name: 'totalWithVat',

View File

@ -42,6 +42,7 @@ salesTicketsTable:
preview: Preview
total: Total
preparation: Preparation
payMethod: Pay method
searchBar:
label: Search tickets
info: Search tickets by id or alias

View File

@ -42,6 +42,7 @@ salesTicketsTable:
preview: Vista previa
total: Total
preparation: Preparación
payMethod: Método de pago
searchBar:
label: Buscar tickets
info: Buscar tickets por identificador o alias