增加复制

This commit is contained in:
lyp 2025-07-01 14:43:06 +08:00
parent 8a9a82171a
commit 30a33fd989

View File

@ -1160,7 +1160,27 @@ export default function Correction() {
>
</a> */}
<a
style={{
display: item.applyStatus == 'APPROVED' && item.type == 'CORRECTION2' ? 'unset' : 'none',
marginLeft: 10,
textDecoration: 'underline',
}}
onClick={() => {
console.log(item.projCorrectionApplyId);
nav(
`/proj-new/MATERIAL?pkg=&videoDemo=`,
{
state: {
type: 'copy',
projId: item.projId,
}
}
);
}}
>
</a>
</div>
<div className='projBoxBot'>
<div className='boxTopL'>