mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-12 02:21:06 +08:00
fix history
This commit is contained in:
@@ -164,15 +164,18 @@ const dropdownItems = ref([
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<VCard title="历史记录" class="pb-5">
|
||||
<VCard class="pb-5">
|
||||
<VCardItem>
|
||||
<VCardTitle>历史记录</VCardTitle>
|
||||
</VCardItem>
|
||||
<VDataTable
|
||||
v-model="selectedHistory"
|
||||
:headers="headers"
|
||||
:items="dataList"
|
||||
density="compact"
|
||||
item-value="id"
|
||||
return-object
|
||||
fixed-header
|
||||
show-select
|
||||
:items-per-page="25"
|
||||
items-per-page-text="每页条数"
|
||||
page-text="{0}-{1} 共 {2} 条"
|
||||
|
||||
Reference in New Issue
Block a user