king
2021-08-26 076b9bc8048a9fbb74d24ef959f412f2ace65edf
src/menu/components/table/normal-table/columns/index.jsx
@@ -158,6 +158,7 @@
      return (
        <td style={{...style, minWidth: column.Width || 100}} className={className}>
          {column.field || (column.type === 'index' ? '$Index' : '')}
          {column.Hide === 'true' ? <Icon style={{marginLeft: '5px', color: 'orange', fontSize: '12px'}} type="close-circle" /> : null}
          {column.marks && column.marks.length ? <Icon className="profile" type="ant-design"/> : null}
        </td>
      )