forked from verdnatura/salix-front
Add filter dates tooltip
This commit is contained in:
parent
7165e48bff
commit
a3cc6ed95b
|
@ -192,7 +192,7 @@ const decrement = (paramsObj, key) => {
|
||||||
</VnSelectFilter>
|
</VnSelectFilter>
|
||||||
</QItemSection>
|
</QItemSection>
|
||||||
</QItem>
|
</QItem>
|
||||||
|
<QCard bordered>
|
||||||
<QItem>
|
<QItem>
|
||||||
<QItemSection>
|
<QItemSection>
|
||||||
<VnInputDate
|
<VnInputDate
|
||||||
|
@ -243,10 +243,12 @@ const decrement = (paramsObj, key) => {
|
||||||
</VnInput>
|
</VnInput>
|
||||||
</QItemSection>
|
</QItemSection>
|
||||||
</QItem>
|
</QItem>
|
||||||
<!-- <vn-icon color-marginal
|
<QIcon name="info" style="position: absolute; top: 4px; right: 4px">
|
||||||
icon="info"
|
<QTooltip max-width="300px">
|
||||||
vn-tooltip="Cannot choose a range of dates and days onward at the same time">
|
{{ t('dateFiltersTooltip') }}
|
||||||
</vn-icon> -->
|
</QTooltip>
|
||||||
|
</QIcon>
|
||||||
|
</QCard>
|
||||||
<QItem>
|
<QItem>
|
||||||
<QItemSection>
|
<QItemSection>
|
||||||
<QCheckbox
|
<QCheckbox
|
||||||
|
@ -290,6 +292,7 @@ en:
|
||||||
scopeDays: Days onward
|
scopeDays: Days onward
|
||||||
mine: For me
|
mine: For me
|
||||||
state: State
|
state: State
|
||||||
|
dateFiltersTooltip: Cannot choose a range of dates and days onward at the same time
|
||||||
|
|
||||||
es:
|
es:
|
||||||
params:
|
params:
|
||||||
|
@ -304,4 +307,5 @@ es:
|
||||||
scopeDays: Días adelante
|
scopeDays: Días adelante
|
||||||
mine: Para mi
|
mine: Para mi
|
||||||
state: Estado
|
state: Estado
|
||||||
|
dateFiltersTooltip: No se puede seleccionar un rango de fechas y días en adelante a la vez
|
||||||
</i18n>
|
</i18n>
|
||||||
|
|
Loading…
Reference in New Issue