mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 07:28:37 +08:00
fix 先选择媒体库存储,再选择整理方式
This commit is contained in:
@@ -236,23 +236,6 @@ watch(
|
|||||||
</VCol>
|
</VCol>
|
||||||
</VRow>
|
</VRow>
|
||||||
<VRow v-if="$props.directory.monitor_type">
|
<VRow v-if="$props.directory.monitor_type">
|
||||||
<VCol cols="4">
|
|
||||||
<VSelect
|
|
||||||
v-model="props.directory.transfer_type"
|
|
||||||
variant="underlined"
|
|
||||||
:items="transferTypeItems"
|
|
||||||
label="整理方式"
|
|
||||||
:no-data-text="computedNoDataText"
|
|
||||||
/>
|
|
||||||
</VCol>
|
|
||||||
<VCol cols="8">
|
|
||||||
<VSelect
|
|
||||||
v-model="props.directory.overwrite_mode"
|
|
||||||
variant="underlined"
|
|
||||||
:items="overwriteModeItems"
|
|
||||||
label="覆盖模式"
|
|
||||||
/>
|
|
||||||
</VCol>
|
|
||||||
<VCol cols="4">
|
<VCol cols="4">
|
||||||
<VSelect
|
<VSelect
|
||||||
v-model="props.directory.library_storage"
|
v-model="props.directory.library_storage"
|
||||||
@@ -273,6 +256,23 @@ watch(
|
|||||||
</template>
|
</template>
|
||||||
</VPathField>
|
</VPathField>
|
||||||
</VCol>
|
</VCol>
|
||||||
|
<VCol cols="4">
|
||||||
|
<VSelect
|
||||||
|
v-model="props.directory.transfer_type"
|
||||||
|
variant="underlined"
|
||||||
|
:items="transferTypeItems"
|
||||||
|
label="整理方式"
|
||||||
|
:no-data-text="computedNoDataText"
|
||||||
|
/>
|
||||||
|
</VCol>
|
||||||
|
<VCol cols="8">
|
||||||
|
<VSelect
|
||||||
|
v-model="props.directory.overwrite_mode"
|
||||||
|
variant="underlined"
|
||||||
|
:items="overwriteModeItems"
|
||||||
|
label="覆盖模式"
|
||||||
|
/>
|
||||||
|
</VCol>
|
||||||
<VCol cols="6" v-if="!props.directory.media_type || props.directory.media_type === ''">
|
<VCol cols="6" v-if="!props.directory.media_type || props.directory.media_type === ''">
|
||||||
<VSwitch v-model="props.directory.library_type_folder" label="按类型分类"></VSwitch>
|
<VSwitch v-model="props.directory.library_type_folder" label="按类型分类"></VSwitch>
|
||||||
</VCol>
|
</VCol>
|
||||||
|
|||||||
Reference in New Issue
Block a user