From 37f6477680654371a8c70c580e22e4ea4db8d1cb Mon Sep 17 00:00:00 2001
From: 上海郢昱 <15922366+miu-haiqing@user.noreply.gitee.com>
Date: 星期一, 07 九月 2026 15:40:37 +0800
Subject: [PATCH] 班次:页面滚动调整
---
src/utils/excelFountion.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/utils/excelFountion.js b/src/utils/excelFountion.js
index 3cd11a9..4a2c516 100644
--- a/src/utils/excelFountion.js
+++ b/src/utils/excelFountion.js
@@ -246,7 +246,7 @@
function getABCList(f) {
try {
let regex = /[=\+\-\*\%\(\)\/\^\s]/g;
- let fouList = ["SUM", "MAX", "MIN", "AVERAGE", "ABS"];
+ let fouList = ["SUM", "MAX", "MIN", "AVERAGE", "ABS","SQRT"];
f = f
.replace(regex, ",")
.replace(new RegExp('"&', "g"), "")
--
Gitblit v1.9.3