#7353 fine tunning monitors #624
|
@ -56,7 +56,7 @@ const columns = computed(() => [
|
|||
field: 'dated',
|
||||
align: 'left',
|
||||
columnFilter: false,
|
||||
format: (row) => toDateFormat(row.dated),
|
||||
format: (row) => toDateFormat(row.dated, 'es-ES', { year: '2-digit' }),
|
||||
jorgep marked this conversation as resolved
Outdated
|
||||
},
|
||||
{
|
||||
label: t('salesClientsTable.hour'),
|
||||
|
@ -126,8 +126,8 @@ const columns = computed(() => [
|
|||
>
|
||||
<template #top-left>
|
||||
<VnRow>
|
||||
jorgep marked this conversation as resolved
Outdated
jsegarra
commented
PAra los 2 VnInputDate aplicamos el mismo style. PAra los 2 VnInputDate aplicamos el mismo style.
Usamos class
jorgep
commented
Te lo mejoro: Te lo mejoro:
`.full-width .vn-row > * {
flex: 0.4;
}`
|
||||
<VnInputDate v-model="from" label="From" dense style="flex: 0.4" />
|
||||
<VnInputDate v-model="to" label="To" dense style="flex: 0.4" />
|
||||
<VnInputDate v-model="from" :label="$t('globals.from')" dense />
|
||||
jorgep marked this conversation as resolved
Outdated
jsegarra
commented
Traducir Traducir
|
||||
<VnInputDate v-model="to" :label="$t('globals.to')" dense />
|
||||
jorgep marked this conversation as resolved
Outdated
jsegarra
commented
Traducir Traducir
|
||||
</VnRow>
|
||||
</template>
|
||||
<template #column-salesPersonFk="{ row }">
|
||||
|
@ -144,3 +144,8 @@ const columns = computed(() => [
|
|||
</template>
|
||||
</VnTable>
|
||||
</template>
|
||||
<style lang="scss" scoped>
|
||||
.full-width .vn-row > * {
|
||||
flex: 0.4;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue
Revisamos el formateo ya que es dd/mm/yy