king
2023-03-01 c2580fb8de3bdaabb4179b0ce0fcd2fbac802441
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,