申请补正添加不正截图注意事项

This commit is contained in:
lyp 2025-01-13 14:27:23 +08:00
parent 5a9e92e06d
commit 77c688e6cb
2 changed files with 11 additions and 5 deletions

View File

@ -379,8 +379,14 @@ export default function CorrectionModal(props: any) {
</Upload>
</Form.Item>
</div>
</div>
</div>
<div
style={{
color: '#FF0000',
marginLeft:10
}}
>*</div>
<Form.Item>
<div className='refunModal-btn'>
<Button type="primary" htmlType="submit" style={{

View File

@ -141,7 +141,7 @@ export default function CONTRACT() {
</div>
</div>
<div className='pagination' >
<Pagination defaultCurrent={page} total={total} pageSize={10} showSizeChanger={false} onChange={(page) => {
<Pagination current={page} total={total} pageSize={10} showSizeChanger={false} onChange={(page) => {
setPage(page)
getContractArray(page)
}} />