Explorar el Código

去除列表多选

tianyunperfect hace 4 años
padre
commit
a30e346f4c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 => {