king
2022-04-25 9e716f3bd30820a08757845b592db73363faa48c
src/menu/components/table/normal-table/columns/index.jsx
@@ -465,7 +465,8 @@
        title: col.label,
        dataIndex: col.uuid,
        align: col.Align,
        sorter: !isSub && col.IsSort === 'true',
        // sorter: !isSub && col.IsSort === 'true',
        sorter: col.IsSort === 'true',
        onCell: () => ({
          column: col,
          width: col.Width,