From 2eaf2eace77d6f93d3dbbff563b31f9a2a0a90cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=AD=90=E9=BB=98?= <925456043@qq.com> Date: Mon, 3 Aug 2026 14:53:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=A0=A1=E9=AA=8C=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E4=B8=AD=E5=BF=83=20Excel=20=E4=B8=8A=E4=BC=A0=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 拒绝非 xls/xlsx 文件并清理待上传状态 - 兼容数据中心字符串与数字标识 --- .../components/ExcelActionDrawer.vue | 33 +++++++++++++++++-- .../composables/use-datacenter-excel.ts | 16 +++++---- 2 files changed, 40 insertions(+), 9 deletions(-) diff --git a/easyflow-ui-admin/app/src/views/datacenter/components/ExcelActionDrawer.vue b/easyflow-ui-admin/app/src/views/datacenter/components/ExcelActionDrawer.vue index 549eb918..8dc4acc8 100644 --- a/easyflow-ui-admin/app/src/views/datacenter/components/ExcelActionDrawer.vue +++ b/easyflow-ui-admin/app/src/views/datacenter/components/ExcelActionDrawer.vue @@ -1,5 +1,5 @@