Merge pull request #345 from whosphp/master
fix: 修复 table column 中定义 selectable 无效的 bug
This commit is contained in:
commit
3d993eca77
|
@ -406,6 +406,7 @@ export default defineComponent({
|
|||
reserveSelection={reserveSelection}
|
||||
align={align}
|
||||
headerAlign={headerAlign}
|
||||
selectable={v.selectable}
|
||||
width="50"
|
||||
></ElTableColumn>
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue