|
|
@ -283,7 +283,9 @@ const ResourceRepository = (props) => { |
|
|
|
onChange={(data) => { setDataRange(data) }} |
|
|
|
onClear={() => { setDataRange(null) }} |
|
|
|
/> |
|
|
|
<Button onClick={handleSearch}>搜索</Button> |
|
|
|
<Button theme='solid' type='primary' style={{ width: 80, borderRadius: 2, height: 32, background: '#DBECFF', color: '#005ABD' }} |
|
|
|
onClick={() => handleSearch()} |
|
|
|
>查询</Button> |
|
|
|
</Space> |
|
|
|
</Row> |
|
|
|
<Table |
|
|
|