shenwu há 1 ano atrás
pai
commit
463b1dbe6d
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/pages/launchSystemNew/adq/ad/index.tsx

+ 1 - 1
src/pages/launchSystemNew/adq/ad/index.tsx

@@ -487,7 +487,7 @@ const Ad: React.FC<Props> = (props) => {
 
                     {selectedRows?.length > 0 && <Button type='link' style={{ padding: 0, color: 'red' }} onClick={() => {
                         setSelectedRows([])
-                    }}>清空已选</Button>}
+                    }}>清空已选({selectedRows?.length})</Button>}
                 </Space>
             </Col>
         </Row>