king
2025-04-18 2948a77a2d1c84336cf78834acc9f03645a5b879
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'
          }
        }