king
2025-04-18 2948a77a2d1c84336cf78834acc9f03645a5b879
2025-04-18
1个文件已修改
4 ■■■■ 已修改文件
src/views/transystem/index.jsx 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/transystem/index.jsx
@@ -126,8 +126,8 @@
        } else if (item.Type === 'date') {
          cell.type = 'date'
          cell.precision = 'day'
          if (item.InitVal === '30dd') {
            cell.initval = 30
          if (item.InitVal === '30dd' || item.BeginDate === 'getLastMonth()') {
            cell.initval = '30'
          }
        }