From 805fbac7db363545fa88afdeecdac34ce7ea6817 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=BE=E5=BA=86=E6=BA=90?= Date: Wed, 4 Jun 2025 09:45:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BA=E5=AE=9A=E8=B5=84=E4=BA=A7=E3=80=81?= =?UTF-8?q?=E5=B7=A5=E4=BD=8D=E5=99=A8=E5=85=B7=E7=AE=A1=E7=90=86=E5=AF=BC?= =?UTF-8?q?=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/eam/basic/assetsAccount/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/eam/basic/assetsAccount/index.vue b/src/views/eam/basic/assetsAccount/index.vue index 8210d59..e847e62 100644 --- a/src/views/eam/basic/assetsAccount/index.vue +++ b/src/views/eam/basic/assetsAccount/index.vue @@ -283,7 +283,7 @@ const handleExport = async () => { // 发起导出 exportLoading.value = true const data = await AssetsAccountApi.exportAssetsAccount(tableObject.params) - download.excel(data, '固定资产.xlsx') + download.excel(data, '工位器具.xlsx') } catch { } finally { exportLoading.value = false