This commit is contained in:
jxxghp
2023-06-29 07:13:06 +08:00
parent 3e7dddf4e3
commit e5e5f37fc0

View File

@@ -8,8 +8,8 @@ const headers = [
{ title: "标题", key: "title" },
{ title: "目录", key: "src"},
{ title: "转移方式", key: "mode"},
{ title: "状态", key: "status"},
{ title: "时间", key: "date"},
{ title: "状态", key: "status"},
{ title: "失败原因", key: "errmsg"},
{ title: "", key: "actions", sortable: false},
];