Pārlūkot izejas kodu

Merge branch 'develop' of http://git.zanxiangnet.com/wjx/ad-manage

shenwu 1 gadu atpakaļ
vecāks
revīzija
881abd8890
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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>