还原示例
This commit is contained in:
parent
6ac9f76071
commit
465408c604
|
@ -60,7 +60,6 @@ const columns = [
|
||||||
title: "图样",
|
title: "图样",
|
||||||
dataIndex: "picture",
|
dataIndex: "picture",
|
||||||
key: "picture",
|
key: "picture",
|
||||||
fixed:'left',
|
|
||||||
render(text, record, index) {
|
render(text, record, index) {
|
||||||
return <img style={{height:'50px'}} src={text} alt="Picture"/>
|
return <img style={{height:'50px'}} src={text} alt="Picture"/>
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue