Ver Fonte

去除列表多选

tianyunperfect há 4 anos atrás
pai
commit
a30e346f4c
1 ficheiros alterados com 1 adições e 1 exclusões
  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 => {