修改公告页面bug
This commit is contained in:
parent
162fd200a5
commit
b423e4b7e7
|
@ -217,7 +217,7 @@ export default (props) => {
|
||||||
showTotal={total => `共 ${total} 条`}
|
showTotal={total => `共 ${total} 条`}
|
||||||
/>
|
/>
|
||||||
</div>} */}
|
</div>} */}
|
||||||
{noticeList.length > 0 ? noticeList.length === 10 && <div className="edu-txt-center mt30 mb30">
|
{total > 0 ? total> 10 ? <div className="edu-txt-center mt30 mb30">
|
||||||
<Pagination
|
<Pagination
|
||||||
showQuickJumper
|
showQuickJumper
|
||||||
onChange={(page) => { setCurPage(page) }}
|
onChange={(page) => { setCurPage(page) }}
|
||||||
|
@ -225,7 +225,7 @@ export default (props) => {
|
||||||
total={total}
|
total={total}
|
||||||
showTotal={total => `共 ${total} 条`}
|
showTotal={total => `共 ${total} 条`}
|
||||||
/>
|
/>
|
||||||
</div> : <Nodata _html="暂无数据" />}
|
</div> : "" : <Nodata _html="暂无数据" />}
|
||||||
</React.Fragment>
|
</React.Fragment>
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue