Merge branch 'dev' into devbra

This commit is contained in:
lyp 2025-05-27 11:57:37 +08:00
commit f7f5faf597

View File

@ -1255,14 +1255,14 @@ export default function Correction() {
style={{ display: item.applyStatus == 'PENDING' ? 'block' : 'none' }}
></div>
<div style={{
display: item.projStatus== 'CLOSE'? 'block' : 'none',
display: item.projStatus== 'CLOSE' && item.type == 'CORRECTION1'? 'block' : 'none',
fontSize: 16,
color: '#5a5a5a',
fontWeight: 700,
}}>
</div>
<div style={{ display: item.applyStatus == 'APPROVED' && item.projStatus !== 'CLOSE' ? 'block' : 'none' }}>
<div style={{ display: item.applyStatus == 'APPROVED' && item.projStatus !== 'CLOSE' || item.applyStatus == 'APPROVED' && item.type == 'CORRECTION2' ? 'block' : 'none' }}>
<div className='correctDownBox'>
<div className='correctDownBtn' style={{ display: item.correctionType == 'CODE' || item.correctionType == 'ALL' ? 'block' : 'none' }}>
<Dropdown menu={{