关闭换名

This commit is contained in:
lyp 2025-05-27 10:49:18 +08:00
parent d2c09876b0
commit 5b55f69c4e

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',