+
+ {{ t(selectedCategory?.name || '') }}
+
+
+ {{ t(selectedType?.name || '') }}
+
+
{{ t(`params.${tag.label}`) }}:
{{ formatFn(tag.value) }}
-
-
-
-
- {{ t(category.name) }}
-
-
-
+
+ {{ t(category.name) }}
+
+
@@ -300,7 +211,7 @@ const getCategoryClass = (category, params) => {
{
:label="t('params.from')"
v-model="params.from"
is-outlined
+ @update:model-value="searchFn()"
/>
@@ -355,6 +267,7 @@ const getCategoryClass = (category, params) => {
:label="t('params.to')"
v-model="params.to"
is-outlined
+ @update:model-value="searchFn()"
/>
@@ -364,6 +277,7 @@ const getCategoryClass = (category, params) => {
:label="t('params.active')"
v-model="params.active"
toggle-indeterminate
+ @update:model-value="searchFn()"
/>
@@ -371,6 +285,7 @@ const getCategoryClass = (category, params) => {
:label="t('params.visible')"
v-model="params.visible"
toggle-indeterminate
+ @update:model-value="searchFn()"
/>
@@ -380,9 +295,69 @@ const getCategoryClass = (category, params) => {
:label="t('params.floramondo')"
v-model="params.floramondo"
toggle-indeterminate
+ @update:model-value="searchFn()"
/>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -395,25 +370,16 @@ const getCategoryClass = (category, params) => {
gap: 12px;
.category {
- flex: 1;
- flex-shrink: 0;
- display: flex;
- justify-content: center;
+ padding: 8px;
+ width: 60px;
+ height: 60px;
+ font-size: 1.4rem;
+ background-color: var(--vn-light-gray);
&.active {
- .category-icon {
- background-color: $primary;
- }
+ background-color: $primary;
}
}
-
- .category-icon {
- border-radius: 50%;
- background-color: var(--vn-light-gray);
- font-size: 2.6rem;
- padding: 8px;
- cursor: pointer;
- }
}
.filter-icon {
@@ -437,11 +403,6 @@ const getCategoryClass = (category, params) => {
en:
params:
- orderBy: Order By
- tag: Tag
- value: Value
- order: Order
-
supplier: Supplier
from: From
to: To
@@ -451,13 +412,10 @@ en:
salesPersonFk: Buyer
categoryFk: Category
typeFk: Type
+ tag: Tag
+ value: Value
es:
params:
- orderBy: Ordenar por
- tag: Etiqueta
- value: Valor
- order: Orden
-
supplier: Proveedor
from: Desde
to: Hasta
@@ -467,6 +425,8 @@ es:
salesPersonFk: Comprador
categoryFk: CategorÃa
typeFk: Tipo
+ tag: Etiqueta
+ value: Valor
Plant: Planta
Flower: Flor