src/tabviews/custom/components/share/normalTable/index.jsx
@@ -337,7 +337,7 @@ let func = new Function('data', col.formula) content = func([record]) } catch (e) { if (window.debugger) { if (window.GLOB.debugger === true) { console.warn(e) } content = '' @@ -352,7 +352,7 @@ // eslint-disable-next-line content = eval(content) } catch (e) { if (window.debugger) { if (window.GLOB.debugger === true) { console.info(content) console.warn(e) }