空数据显示文案修改,并提供刷新按钮
This commit is contained in:
parent
2ece097626
commit
7a717e842c
|
|
@ -101,6 +101,7 @@ function RecordList(props){
|
|||
expandedRowKeys={expandedRowKeys}
|
||||
onExpand={onExpand}
|
||||
pagination={{current: current, pageSize: pageSize, total: total, hideOnSinglePage: true, onChange: changePage}}
|
||||
locale={{emptyText: <div className="mt100 mb100 font-16">暂无数据,请耐心等待同步完成并<a onClick={()=>{window.location.reload();}} className="primaryColor">刷新</a>此页面</div>}}
|
||||
/>
|
||||
</div>
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue