浏览代码

去除列表多选

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 => {