https://help.fanruan.com/finereport/doc-view-1782.html
=A1*1做个乘法
如果你是文档里这个公式if(isnull($index), A2, if($order = 1, EVAL("B2[;B1:" + $index + "]"), EVAL("-1*B2[;B1:" + $index + "]")))
就改成 if(isnull($index), A2*1, if($order = 1, EVAL("B2[;B1:" + $index + "]")*1, EVAL("-1*B2[;B1:" + $index + "]")*1 ))