From f112909bc492ff6a8864be80f0823d4b56e205bd Mon Sep 17 00:00:00 2001 From: lanwood Date: Fri, 10 Apr 2026 11:31:54 +0800 Subject: [PATCH] =?UTF-8?q?fix(xlsx):=20=E4=BF=AE=E5=A4=8D=20LuckyExcel=20?= =?UTF-8?q?=E8=A7=A3=E6=9E=90=E6=95=B0=E6=8D=AE=E6=A0=A1=E9=AA=8C=E6=97=B6?= =?UTF-8?q?=20matchType=20=E6=9C=AA=E6=98=A0=E5=B0=84=E5=AF=BC=E8=87=B4?= =?UTF-8?q?=E7=9A=84=E5=B4=A9=E6=BA=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/src/main/resources/static/xlsx/luckyexcel.umd.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/main/resources/static/xlsx/luckyexcel.umd.js b/server/src/main/resources/static/xlsx/luckyexcel.umd.js index 961b60625..c5f9c6c13 100644 --- a/server/src/main/resources/static/xlsx/luckyexcel.umd.js +++ b/server/src/main/resources/static/xlsx/luckyexcel.umd.js @@ -4433,7 +4433,7 @@ var LuckySheet = /** @class */function (_super) { var _hint = method_1.getXmlAttibute(attrList, "prompt", null); var _hintShow = _hint ? true : false; var matchType = constant_1.COMMON_TYPE2.includes(_type) ? "common" : _type; - _type2 = operator ? constant_1.DATA_VERIFICATION_TYPE2_MAP[matchType][operator] : "bw"; + _type2 = operator ? (constant_1.DATA_VERIFICATION_TYPE2_MAP[matchType]?.[operator] ?? "bw") : "bw"; // mobile phone number processing if (_type === "text_content" && ((_value1 === null || _value1 === void 0 ? void 0 : _value1.includes("LEN")) || (_value1 === null || _value1 === void 0 ? void 0 : _value1.includes("len"))) && (_value1 === null || _value1 === void 0 ? void 0 : _value1.includes("=11"))) { _type = "validity";