king
2023-09-08 8282a74ebb72fb043185c51e995d79163b231492
2023-09-08
1个文件已修改
2 ■■■ 已修改文件
src/templates/sharecomponent/actioncomponent/verifyexcelin/index.jsx 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/templates/sharecomponent/actioncomponent/verifyexcelin/index.jsx
@@ -389,7 +389,7 @@
    let _columns = JSON.parse(JSON.stringify(verify.columns))
    let _names = {}
    let _cols = columns.map(item => {
    let _cols = _columns.map(item => {
      let key = item.Column.toLowerCase()
      _names[key] = item.Text