From cb4bc52e37fc50a21cb7604cf778f4de92a5ed4c Mon Sep 17 00:00:00 2001 From: ngfchl Date: Sat, 17 Sep 2022 23:52:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8B=E8=BD=BD=E5=99=A8=E7=AE=A1=E7=90=860.?= =?UTF-8?q?0.1=EF=BC=8C=E5=B7=B2=E5=8F=AF=E8=8E=B7=E5=8F=96=E4=B8=8B?= =?UTF-8?q?=E8=BD=BD=E4=BB=BB=E5=8A=A1=EF=BC=8C=E4=BD=86=E6=98=AF=E5=8A=A0?= =?UTF-8?q?=E8=BD=BD=E9=80=9F=E5=BA=A6=E7=A8=8D=E6=85=A2=EF=BC=8C550?= =?UTF-8?q?=E6=9D=A1=E4=BB=BB=E5=8A=A1=E5=8A=A0=E8=BD=BD=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E5=9C=A815-20=E7=A7=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/auto_pt/downloading.html | 34 ++++++++++++++++++++++++++---- 1 file changed, 30 insertions(+), 4 deletions(-) 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) + }, } }) ;