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