打开换名

This commit is contained in:
lyp 2025-05-27 15:49:04 +08:00
parent 0a798d8326
commit a35e6c57e3

View File

@ -1136,7 +1136,7 @@ export default function Correction() {
}
</div>
{/* <a style={{
<a style={{
display: item.applyStatus == 'APPROVED' && item.type == 'CORRECTION1' && item.projStatus !== 'CLOSE' ? 'unset' : 'none',
marginLeft: 10,
// 下划线
@ -1158,7 +1158,7 @@ export default function Correction() {
}}
>
</a> */}
</a>
<a
style={{
display: item.applyStatus == 'APPROVED' && item.type == 'CORRECTION2' ? 'unset' : 'none',
@ -1254,15 +1254,15 @@ export default function Correction() {
}}
style={{ display: item.applyStatus == 'PENDING' ? 'block' : 'none' }}
></div>
<div style={{
display: item.projStatus== 'CLOSE' && item.type == 'CORRECTION1'? 'block' : 'none',
<div style={{
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' || item.applyStatus == 'APPROVED' && item.type == 'CORRECTION2' ? '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={{