From 1652434d3ea6fa1885f33457a2277d0125933124 Mon Sep 17 00:00:00 2001 From: zhangdi <15053473693@163.com> Date: Mon, 26 Jan 2026 15:46:53 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E4=BA=A7=E7=AE=A1=E7=90=86=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E8=81=94=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/productionManagement/productionMonitoring.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/productionManagement/productionMonitoring.vue b/src/views/productionManagement/productionMonitoring.vue index 0c5bb5c..8e3530d 100644 --- a/src/views/productionManagement/productionMonitoring.vue +++ b/src/views/productionManagement/productionMonitoring.vue @@ -753,6 +753,7 @@ export default { const filteredData = this.data.filter(item => targetStatuses.includes(item.runStatus)); const originalData = [...this.data]; this.data = filteredData; + this.$message.success(`已筛选出${filteredData.length}条符合条件的订单`); }, // 异常申报