fix: table column 中定义 selectable 无效
This commit is contained in:
parent
e8ed912096
commit
b8e043c09c
|
@ -406,6 +406,7 @@ export default defineComponent({
|
|||
reserveSelection={reserveSelection}
|
||||
align={align}
|
||||
headerAlign={headerAlign}
|
||||
selectable={v.selectable}
|
||||
width="50"
|
||||
></ElTableColumn>
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue