From 7497e35923c946c3a4d1b9ab869566deb97e5f45 Mon Sep 17 00:00:00 2001 From: "cfn@leapy.cn" <52xia666> Date: Thu, 19 Jun 2025 21:19:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E5=88=A0=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/tasks.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/layout/components/tasks.vue b/src/layout/components/tasks.vue index fd89893..ef4d6bf 100644 --- a/src/layout/components/tasks.vue +++ b/src/layout/components/tasks.vue @@ -26,6 +26,8 @@ 失败
+
@@ -100,6 +102,10 @@ function download(row) { a.click() document.body.removeChild(a) } + +function remove(row) { + +}