src/views/transystem/index.jsx | ●●●●● 补丁 | 查看 | 原始文档 | 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' } }