king
2023-03-22 afb39f8ab004b2607bb718edab02e99c7a010114
src/menu/components/table/normal-table/columns/index.jsx
@@ -501,7 +501,6 @@
        title: col.label,
        dataIndex: col.uuid,
        align: col.Align,
        // sorter: !isSub && col.IsSort === 'true',
        sorter: col.IsSort === 'true',
        onCell: () => ({
          column: col,