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
commit 3d993eca77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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