Browse Source

完善样式

dev
dengyinhuan 2 years ago
parent
commit
51cfccbaf8
  1. 5
      web/client/src/sections/fillion/containers/luzheng.js

5
web/client/src/sections/fillion/containers/luzheng.js

@ -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 '--'
}

Loading…
Cancel
Save