add from_history

This commit is contained in:
jxxghp
2024-09-21 19:11:24 +08:00
parent cd6f5090d7
commit 7e4f21ff33
2 changed files with 12 additions and 4 deletions

View File

@@ -351,6 +351,14 @@ onMounted(() => {
persistent-hint
/>
</VCol>
<VCol cols="12" md="6" v-if="props.logids">
<VSwitch
v-model="transferForm.from_history"
label="复用历史识别信息"
hint="使用历史记录中已识别的媒体信息"
persistent-hint
/>
</VCol>
</VRow>
</VForm>
</VCardText>