king
2024-09-16 41c28c5c7bb2a211849b62b3681ffb7f77cdfb2b
Merge branch 'master' into positec
2个文件已修改
6 ■■■■ 已修改文件
src/tabviews/custom/components/table/edit-table/normalTable/index.jsx 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/utils/utils-custom.js 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/tabviews/custom/components/table/edit-table/normalTable/index.jsx
@@ -1210,6 +1210,9 @@
          }
          if (col.format === 'percent') {
            content = content * 100
            if (!col.round) {
              content = +content.toFixed(2)
            }
          } else if (col.format === 'abs') {
            content = Math.abs(content)
          }
src/utils/utils-custom.js
@@ -4819,7 +4819,8 @@
      `
      _tailScript = `${_tailScript}
        select @ErrorCode as ErrorCode,@retmsg as retmsg
        aaa:
          select @ErrorCode as ErrorCode,@retmsg as retmsg
      `
    }