mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 23:56:42 +08:00
历史记录可排序
This commit is contained in:
@@ -29,27 +29,27 @@ const headers = [
|
|||||||
{
|
{
|
||||||
title: '标题',
|
title: '标题',
|
||||||
key: 'title',
|
key: 'title',
|
||||||
sortable: false,
|
sortable: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '目录',
|
title: '目录',
|
||||||
key: 'src',
|
key: 'src',
|
||||||
sortable: false,
|
sortable: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '转移方式',
|
title: '转移方式',
|
||||||
key: 'mode',
|
key: 'mode',
|
||||||
sortable: false,
|
sortable: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '时间',
|
title: '时间',
|
||||||
key: 'date',
|
key: 'date',
|
||||||
sortable: false,
|
sortable: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '状态',
|
title: '状态',
|
||||||
key: 'status',
|
key: 'status',
|
||||||
sortable: false,
|
sortable: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '',
|
title: '',
|
||||||
|
|||||||
Reference in New Issue
Block a user