fix: table expandIcon not work #1937
parent
60bb3ae50c
commit
4f4f2a62db
|
@ -1209,8 +1209,8 @@ export default {
|
|||
const vcTableProps = {
|
||||
key: 'table',
|
||||
props: {
|
||||
...restProps,
|
||||
expandIcon: this.renderExpandIcon(prefixCls),
|
||||
...restProps,
|
||||
customRow: (record, index) => this.onRow(prefixCls, record, index),
|
||||
components: this.sComponents,
|
||||
prefixCls,
|
||||
|
|
Loading…
Reference in New Issue