@ -106,11 +106,16 @@ function Assess(props) {
dataIndex: 'picfile',
key: 'picfile',
render:(t,r)=>{
if(r?.picfile){
return r?.picfile?.map(i=>{
return <span style={{marginRight:10}}>
<Image src={i?.url} width={80}/>
</span>
})
}else{
return '--'
}