From 1c52cd529b3101ee3fe3103a5eeedb44c8d5fdff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E8=87=AA=E8=BE=BE?= <980324341@qq.com> Date: Wed, 16 Sep 2026 17:05:11 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=8E=BB=E9=87=8D):=20=E5=8E=86=E5=8F=B2?= =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E5=BC=B9=E5=B1=82=E8=A1=A5=E4=B8=8B=E8=BD=BD?= =?UTF-8?q?/=E5=88=A0=E9=99=A4=E6=8C=89=E9=92=AE=EF=BC=88=E6=BC=8F?= =?UTF-8?q?=E4=BA=86=20history-item-actions=20=E6=8F=92=E6=A7=BD=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 任务面板的 #item-actions 只作用于「当前任务」列表,历史结果全部只在 #history-item-actions 弹层里渲染。16 个工具页里唯独去重页只给了前者, 表现为用户反馈「历史任务里压根没下载按钮」(既无下载也无删除)。 接口数据(success/resultId/downloadUrl)完整、类型检查与单测均不报错, 只能靠点开历史弹层才能发现。 --- .../src/pages/brand/components/BrandDedupeTab.vue | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/frontend-vue/src/pages/brand/components/BrandDedupeTab.vue b/frontend-vue/src/pages/brand/components/BrandDedupeTab.vue index baf8ea5f..54ed2c0f 100644 --- a/frontend-vue/src/pages/brand/components/BrandDedupeTab.vue +++ b/frontend-vue/src/pages/brand/components/BrandDedupeTab.vue @@ -107,6 +107,19 @@ + +