首页增加比例筛选并优化排序

This commit is contained in:
yml
2026-06-18 16:18:41 +08:00
parent a0b5ed2efb
commit b7d5dbd1d3
13 changed files with 153 additions and 4 deletions
@@ -6,6 +6,7 @@ import StringFilter from './StringFilter.vue'
import SkinFilter from './SkinFilter.vue'
import {
coinRangeOptions,
ratioRangeOptions,
moneyRangeOptions,
totalRangeOptions,
fireLevelRangeOptions,
@@ -134,6 +135,17 @@ function closePopover() {
@close="closePopover"
/>
<RangeFilter
label="比例"
:model-min="filters.minRatio"
:model-max="filters.maxRatio"
:options="ratioRangeOptions"
:popover-props="filterPopoverProps('ratio')"
@update:model-min="updateFilter('minRatio', $event)"
@update:model-max="updateFilter('maxRatio', $event)"
@close="closePopover"
/>
<RangeFilter
label="租金"
:model-min="filters.minPrice"