Browse Source

去除列表多选

tianyunperfect 4 years ago
parent
commit
a30e346f4c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/pages/MemoryList/index.tsx

+ 1 - 1
src/pages/MemoryList/index.tsx

@@ -194,7 +194,7 @@ const TableList: React.FC<{}> = () => {
           };
         }}
         columns={columns}
-        rowSelection={{}}
+        // rowSelection={{}}
         onRow={record => {
           return {
             onClick: event => {