From 29bd21094a503c6fd9f21820df952e96fa09af43 Mon Sep 17 00:00:00 2001 From: wkc <978997012@qq.com> Date: Sun, 8 Feb 2026 14:02:03 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E6=9F=A5=E7=9C=8B?= =?UTF-8?q?=E5=AF=BC=E5=85=A5=E5=A4=B1=E8=B4=A5=E8=AE=B0=E5=BD=95=E6=8C=89?= =?UTF-8?q?=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在导出按钮后添加"查看导入失败记录"按钮 - 按钮仅在存在失败记录时显示(v-if="showFailureButton") - 使用tooltip显示上次导入时间信息 Co-Authored-By: Claude Sonnet 4.5 --- .../src/views/ccdiPurchaseTransaction/index.vue | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/ruoyi-ui/src/views/ccdiPurchaseTransaction/index.vue b/ruoyi-ui/src/views/ccdiPurchaseTransaction/index.vue index 412e789..7f12ab8 100644 --- a/ruoyi-ui/src/views/ccdiPurchaseTransaction/index.vue +++ b/ruoyi-ui/src/views/ccdiPurchaseTransaction/index.vue @@ -76,6 +76,20 @@ v-hasPermi="['ccdi:purchaseTransaction:export']" >导出 + + + 查看导入失败记录 + +