update vue代码迁移至react

This commit is contained in:
2021-06-15 18:13:54 +08:00
parent fb9d7573b1
commit 650fe85a3b
7 changed files with 976 additions and 1 deletions

View File

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