mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-07-27 00:38:13 +08:00
feat: 优化任务执行功能,添加继续执行和重新开始选项;移除媒体过滤器中的类别选择
This commit is contained in:
@@ -67,9 +67,6 @@ onMounted(() => {
|
||||
<VCol cols="12">
|
||||
<VSelect v-model="data.type" label="类型" :items="typeOptions" outlined dense />
|
||||
</VCol>
|
||||
<VCol cols="12">
|
||||
<VSelect v-model="data.category" label="类别" :items="getCategories" outlined dense />
|
||||
</VCol>
|
||||
<VCol cols="6">
|
||||
<VTextField v-model="data.year" label="年份" outlined dense />
|
||||
</VCol>
|
||||
|
||||
Reference in New Issue
Block a user