king
2023-03-02 d712ae0a0d338bdc96c463c9ffe42f8c844f3c37
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,