king
2025-04-10 3b2a743e60752141e0caae31b55bcc5020daa012
2025-04-10
1个文件已修改
3 ■■■■■ 已修改文件
src/views/transystem/index.jsx 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/transystem/index.jsx
@@ -101,6 +101,9 @@
        } else if (item.Type === 'date') {
          cell.type = 'date'
          cell.precision = 'day'
          if (item.InitVal === '30dd') {
            cell.initval = 30
          }
        }
        result.push(cell)