diff --git a/templates/auto_pt/downloading.html b/templates/auto_pt/downloading.html
index 93ba3f9..d81dab8 100644
--- a/templates/auto_pt/downloading.html
+++ b/templates/auto_pt/downloading.html
@@ -16,11 +16,31 @@
:label="downloader.name"
{# :name="downloader.id"#}
:id="downloader.id">
+
+
+ 操作
+
+
+ 继续
+ 暂停
+ 强制继续
+ 删除
+ 限速
+ 分类
+ 更改路径
+ 自动管理
+ 重新校验
+ 复制链接
+ 复制HASH
+
+
+
#}
{# #}
+ type="selection">
{# #}
- {#
+
+
+
@@ -176,6 +197,11 @@
handleRatio(row, column, cellValue, index) {
return cellValue.toFixed(2)
},
+ handleRow(row, column, event) {
+ console.log(row)
+ console.log(column)
+ console.log(event)
+ },
}
})
;