--fix bug

This commit is contained in:
yuping
2023-04-06 16:01:34 +08:00
parent 659c479474
commit 1a5d006e05

View File

@@ -337,11 +337,11 @@ export default {
customRender: (text) => {
return (
<div class="racona">
<a
{text.record.finishStatus==1?<a
onClick={()=>{
console.log('iyiy', text.record)
showassess(text.record);
}}>查看</a>
}}>查看</a>:''}
</div>
);
},