mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-06-03 06:41:09 +08:00
feat merge form
This commit is contained in:
@@ -123,7 +123,10 @@ async function updateSiteInfo() {
|
||||
inset
|
||||
scrollable
|
||||
>
|
||||
<VCard :title="`${props.oper === 'add' ? '新增' : '编辑'}站点${props.oper !== 'add' ? ` - ${siteForm.name}` : ''}`">
|
||||
<VCard
|
||||
:title="`${props.oper === 'add' ? '新增' : '编辑'}站点${props.oper !== 'add' ? ` - ${siteForm.name}` : ''}`"
|
||||
class="rounded-t"
|
||||
>
|
||||
<DialogCloseBtn @click="emit('close')" />
|
||||
<VCardText class="pt-2">
|
||||
<VForm @submit.prevent="() => {}">
|
||||
@@ -267,5 +270,5 @@ async function updateSiteInfo() {
|
||||
</VBtn>
|
||||
</VCardActions>
|
||||
</VCard>
|
||||
</vBottomSheet>
|
||||
</VBottomSheet>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user