Commit bd949de1 by zhaochengxiang

bug fix

parent 52b5fe4f
...@@ -30,7 +30,7 @@ const ColumnSelect = (props) => { ...@@ -30,7 +30,7 @@ const ColumnSelect = (props) => {
scroll={{ y:350 }} scroll={{ y:350 }}
dataSource={columns} dataSource={columns}
> >
<Column title="字段名字" dataIndex="title" key="title" /> <Column title="全选" dataIndex="title" key="title" />
</Table> </Table>
</div> </div>
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment