Merge pull request #345 from whosphp/master

fix: 修复 table column 中定义 selectable 无效的 bug
This commit is contained in:
Archer
2023-09-25 15:50:25 +08:00
committed by GitHub

View File

@@ -406,6 +406,7 @@ export default defineComponent({
reserveSelection={reserveSelection}
align={align}
headerAlign={headerAlign}
selectable={v.selectable}
width="50"
></ElTableColumn>
)