소스 검색

去除列表多选

tianyunperfect 4 년 전
부모
커밋
a30e346f4c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 => {