mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-06 16:16:42 +08:00
Refactor: Remove rating input, display max rating
Co-authored-by: jxxghp <jxxghp@qq.com>
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user