This commit is contained in:
jxxghp
2023-06-29 07:13:06 +08:00
parent 3e7dddf4e3
commit e5e5f37fc0
+1 -1
View File
@@ -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},
]; ];