mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-06 08:06:43 +08:00
fix
This commit is contained in:
@@ -8,8 +8,8 @@ const headers = [
|
|||||||
{ title: "标题", key: "title" },
|
{ title: "标题", key: "title" },
|
||||||
{ title: "目录", key: "src"},
|
{ title: "目录", key: "src"},
|
||||||
{ title: "转移方式", key: "mode"},
|
{ title: "转移方式", key: "mode"},
|
||||||
{ title: "状态", key: "status"},
|
|
||||||
{ title: "时间", key: "date"},
|
{ title: "时间", key: "date"},
|
||||||
|
{ title: "状态", key: "status"},
|
||||||
{ title: "失败原因", key: "errmsg"},
|
{ title: "失败原因", key: "errmsg"},
|
||||||
{ title: "", key: "actions", sortable: false},
|
{ title: "", key: "actions", sortable: false},
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user