From 5d0ad67a45c25938c0ee890083ddb5aa4b97cd40 Mon Sep 17 00:00:00 2001 From: WX <1377869194@qq.com> Date: 星期四, 14 九月 2023 16:03:43 +0800 Subject: [PATCH] 标绘贴地 --- src/utils/downloadCSV.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/utils/downloadCSV.js b/src/utils/downloadCSV.js index 8e3624d..7326ce6 100644 --- a/src/utils/downloadCSV.js +++ b/src/utils/downloadCSV.js @@ -41,7 +41,7 @@ }, ], // 杩欐槸瀵瑰簲body甯搁噺鐨勮〃澶� - ["layerName", "min", "max", "avg", "lng", "lat"], + ["layerName", "min", "max", "avg", "lon", "lat"], ]; body.unshift(...header); // 灏嗗畾涔夊ソ鐨勮〃澶存坊鍔犲埌 body 涓� const sheet = XLSXS.utils.aoa_to_sheet(body); // aoa_to_sheet 灏嗕簩缁存暟缁勮浆鎴� sheet -- Gitblit v1.9.3