src/util/excelFountion.js
@@ -319,6 +319,8 @@ if(typeof(comValue[a])=='string'&&comValue[a].includes('^')){ // 计算幂次 arr[a] = CalculatePower(comValue[a]) } else if (typeof(comValue[a])=='string'&&comValue[a].includes('/')) { arr[a] = comValue[a] }else{ arr[a] = comValue[a] }