update vue代码迁移至react
This commit is contained in:
@@ -250,6 +250,12 @@ export default class index extends Component {
|
||||
onClick={() => this.onOpen(this.addForm)}
|
||||
>新增{name}</Button>
|
||||
}
|
||||
expandedRowRender={
|
||||
record => {
|
||||
console.log(record)
|
||||
return <div>123</div>
|
||||
}
|
||||
}
|
||||
/>
|
||||
</Card>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user