- Pagination arrow color fixed according to page

- Data type showed in suggestions corrected according to user-friendly values
This commit is contained in:
Porras-Bernardez 2024-09-03 12:53:02 +02:00
parent 7953b3c09c
commit 826c5b8c4e
5 changed files with 46 additions and 7 deletions

View file

@ -4,7 +4,7 @@
<label v-bind:for="categoryAlias" class="css-label">
<span>{{ categoryAlias + ": " }}</span>
<!-- <a v-if="filterItems && filterItems.length > 0" class="gsaterm">{{ filterItems.join(" | ") }}</a> -->
<a v-if="filterItems && filterItems.length > 0" class="gsaterm">{{ filterItemsAlias(categoryAlias) }}</a>
<a v-if="filterItems && filterItems.length > 0" class="gsaterm">{{ getFilterItemsAlias(categoryAlias) }}</a>
</label>
</div>
</template>