Refactor: Remove rating input, display max rating

Co-authored-by: jxxghp <jxxghp@qq.com>
This commit is contained in:
Cursor Agent
2025-09-16 03:10:14 +00:00
parent b004facfca
commit f9e0e78473
2 changed files with 2 additions and 24 deletions

View File

@@ -228,18 +228,7 @@ async function fetchData({ done }: { done: any }) {
style="width: 200px;"
>
<template v-slot:append>
<VTextField
variant="outlined"
width="5rem"
v-model="filterParams.max_rating"
density="compact"
type="number"
hide-details
single-line
min="0"
max="10"
step="0.1"
/>
<span class="ml-2 text-body-2">- 10</span>
</template>
</VSlider>
</div>

View File

@@ -247,18 +247,7 @@ function removeData(id: number) {
style="width: 200px;"
>
<template v-slot:append>
<VTextField
variant="outlined"
width="5rem"
v-model="filterParams.max_rating"
density="compact"
type="number"
hide-details
single-line
min="0"
max="10"
step="0.1"
/>
<span class="ml-2 text-body-2">- 10</span>
</template>
</VSlider>
</div>