src/utils/utils.js
@@ -767,7 +767,7 @@ if (!val && col.required === 'true') { // 必填校验 errors.push(_position + dict['main.excel.content.emptyerror']) } else if (val.length > col.limit) { // 长度校验 } else if (col.limit && val.length > col.limit) { // 长度校验 errors.push(_position + dict['main.excel.content.maxlimit']) } else { // 关键字校验 keys.forEach(key => {