From 543b7f3856fb7f9e33e03e6bd2b254f73a7ff0e1 Mon Sep 17 00:00:00 2001 From: guoapeng Date: Sat, 19 Apr 2025 10:12:15 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8Dicon=E6=97=A0=E6=B3=95?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Index/History.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/Index/History.vue b/src/pages/Index/History.vue index fccd989..85a85e4 100644 --- a/src/pages/Index/History.vue +++ b/src/pages/Index/History.vue @@ -260,6 +260,7 @@ const showActionConfirm = (actionType: string) => { if (selectedItems.value.length === 0) { // 如果没有选中项目,弹出通知框 warnMessage.value = '请先选择项目' + warnIcon = WarnSvg showWarn.value = true return }