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
co-authored by jxxghp
parent b004facfca
commit f9e0e78473
2 changed files with 2 additions and 24 deletions
+1 -12
View File
@@ -228,18 +228,7 @@ async function fetchData({ done }: { done: any }) {
style="width: 200px;" style="width: 200px;"
> >
<template v-slot:append> <template v-slot:append>
<VTextField <span class="ml-2 text-body-2">- 10</span>
variant="outlined"
width="5rem"
v-model="filterParams.max_rating"
density="compact"
type="number"
hide-details
single-line
min="0"
max="10"
step="0.1"
/>
</template> </template>
</VSlider> </VSlider>
</div> </div>
+1 -12
View File
@@ -247,18 +247,7 @@ function removeData(id: number) {
style="width: 200px;" style="width: 200px;"
> >
<template v-slot:append> <template v-slot:append>
<VTextField <span class="ml-2 text-body-2">- 10</span>
variant="outlined"
width="5rem"
v-model="filterParams.max_rating"
density="compact"
type="number"
hide-details
single-line
min="0"
max="10"
step="0.1"
/>
</template> </template>
</VSlider> </VSlider>
</div> </div>