|
@ -108,7 +108,7 @@ function Assess(props) { |
|
|
dataIndex: 'picfile', |
|
|
dataIndex: 'picfile', |
|
|
key: 'picfile', |
|
|
key: 'picfile', |
|
|
render:(t,r)=>{ |
|
|
render:(t,r)=>{ |
|
|
if(r?.picfile){ |
|
|
if(r?.picfile && r?.picfile?.length!==0){ |
|
|
return r?.picfile?.map(i=>{ |
|
|
return r?.picfile?.map(i=>{ |
|
|
return <span style={{marginRight:10}}> |
|
|
return <span style={{marginRight:10}}> |
|
|
<Image src={i?.url} width={80}/> |
|
|
<Image src={i?.url} width={80}/> |
|
|