mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 23:56:42 +08:00
fix ui
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "moviepilot",
|
"name": "moviepilot",
|
||||||
"version": "1.2.7-1",
|
"version": "1.2.7-2",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite --host",
|
"dev": "vite --host",
|
||||||
|
|||||||
@@ -622,6 +622,7 @@ onMounted(() => {
|
|||||||
</IconBtn>
|
</IconBtn>
|
||||||
</template>
|
</template>
|
||||||
<VCard :title="`文件整理 - ${currentItem?.name}`">
|
<VCard :title="`文件整理 - ${currentItem?.name}`">
|
||||||
|
<DialogCloseBtn @click="transferPopper = false" />
|
||||||
<VCardText class="pt-2">
|
<VCardText class="pt-2">
|
||||||
<VForm @submit.prevent="() => {}">
|
<VForm @submit.prevent="() => {}">
|
||||||
<VRow>
|
<VRow>
|
||||||
@@ -669,6 +670,7 @@ onMounted(() => {
|
|||||||
>
|
>
|
||||||
<VTextField
|
<VTextField
|
||||||
v-model="transferForm.tmdbid"
|
v-model="transferForm.tmdbid"
|
||||||
|
:disabled="transferForm.type_name === ''"
|
||||||
label="TMDBID"
|
label="TMDBID"
|
||||||
placeholder="留空自动识别"
|
placeholder="留空自动识别"
|
||||||
:rules="[numberValidator]"
|
:rules="[numberValidator]"
|
||||||
|
|||||||
@@ -227,6 +227,7 @@ async function retransferBatch() {
|
|||||||
currentHistory.value = undefined
|
currentHistory.value = undefined
|
||||||
// 打开识别弹窗
|
// 打开识别弹窗
|
||||||
redoType.value = ''
|
redoType.value = ''
|
||||||
|
redoTmdbId.value = ''
|
||||||
redoDialog.value = true
|
redoDialog.value = true
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -461,6 +462,7 @@ const dropdownItems = ref([
|
|||||||
v-model="redoTmdbId"
|
v-model="redoTmdbId"
|
||||||
label="TMDB编号"
|
label="TMDB编号"
|
||||||
placeholder="留空自动识别"
|
placeholder="留空自动识别"
|
||||||
|
:disabled="redoType === ''"
|
||||||
:rules="[numberValidator]"
|
:rules="[numberValidator]"
|
||||||
append-inner-icon="mdi-magnify"
|
append-inner-icon="mdi-magnify"
|
||||||
@click:append-inner.stop="tmdbSelectorDialog = true"
|
@click:append-inner.stop="tmdbSelectorDialog = true"
|
||||||
|
|||||||
Reference in New Issue
Block a user