还原示例

This commit is contained in:
izbz wh 2019-04-24 10:06:34 +08:00
parent 6ac9f76071
commit 465408c604
1 changed files with 0 additions and 1 deletions

View File

@ -60,7 +60,6 @@ const columns = [
title: "图样",
dataIndex: "picture",
key: "picture",
fixed:'left',
render(text, record, index) {
return <img style={{height:'50px'}} src={text} alt="Picture"/>
}