Browse Source

展示优化

dev
dengyinhuan 1 year ago
parent
commit
d5cbc15662
  1. 2
      web/client/src/sections/fillion/containers/luzheng.js

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

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

Loading…
Cancel
Save