king
2021-12-03 ce0211bddb6aeaf4f26649995de9bbc3207c7cd1
src/menu/components/table/normal-table/columns/index.jsx
@@ -496,7 +496,7 @@
      let cell = { uuid: Utils.getuuid(), label: item.label, field: item.field, Align: 'left', Hide: 'false', IsSort: 'true', Width: 120, blacklist: [], postfix: '', prefix: '', linkmenu: [], marks: [], perspective: 'linkmenu' }
      
      if (/Nvarchar/ig.test(item.datatype)) {
      if (/Nvarchar|date/ig.test(item.datatype)) {
        cell.type = 'text'
        cell.rowspan = 'false'
        cell.textFormat = 'none'
@@ -505,6 +505,7 @@
        cell.format = 'none'
        cell.sum = 'false'
        cell.decimal = item.decimal || 0
        cell.Width = 80
      }
      columns.push(cell)