From 13c97d76348b5451381320aa54efa0706f38ecb6 Mon Sep 17 00:00:00 2001 From: 潘志宝 <979469083@qq.com> Date: 星期四, 31 十月 2024 08:49:52 +0800 Subject: [PATCH] 测点列表.xlsx --- src/views/data/point/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/data/point/index.vue b/src/views/data/point/index.vue index 7011dfb..af108ba 100644 --- a/src/views/data/point/index.vue +++ b/src/views/data/point/index.vue @@ -239,7 +239,7 @@ // 发起导出 exportLoading.value = true const data = await DaPoint.exportDaPoint(queryParams) - download.excel(data, '测点列表.xls') + download.excel(data, '测点列表.xlsx') } catch { } finally { exportLoading.value = false -- Gitblit v1.9.3