From e73847e3c1f395a7eb59147f9319e73b08529583 Mon Sep 17 00:00:00 2001 From: "zangch@mesnac.com" Date: Thu, 11 Sep 2025 14:46:27 +0800 Subject: [PATCH] =?UTF-8?q?feat(planInfo):=20=E7=94=9F=E4=BA=A7=E8=AE=A1?= =?UTF-8?q?=E5=88=92=E7=9B=91=E6=8E=A7=E9=A1=B5=E9=9D=A2=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E5=AF=BC=E5=87=BA=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在查询按钮组中添加导出按钮 - 实现导出功能,导出当前查询结果为 Excel 文件 - 优化物料名称显示,添加显示延迟的 tooltip - 移除未使用的 queryMoritorPageList 导入 --- src/views/mes/planInfo/monitorPlan.vue | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/src/views/mes/planInfo/monitorPlan.vue b/src/views/mes/planInfo/monitorPlan.vue index afeefaa..9be73b7 100644 --- a/src/views/mes/planInfo/monitorPlan.vue +++ b/src/views/mes/planInfo/monitorPlan.vue @@ -42,6 +42,7 @@ 搜索 重置 + 导出 @@ -61,9 +62,9 @@