fix(订单列表): 移除批量导出按钮的禁用状态
This commit is contained in:
parent
bb907fa47c
commit
82c1bfa711
|
|
@ -535,7 +535,6 @@ const ListPage: React.FC = () => {
|
|||
>
|
||||
<Button
|
||||
type="primary"
|
||||
disabled={selectedRowKeys.length === 0}
|
||||
ghost
|
||||
>
|
||||
批量导出
|
||||
|
|
|
|||
Loading…
Reference in New Issue