Skip to content

Commit

Permalink
fix: table column 中定义 selectable 无效
Browse files Browse the repository at this point in the history
  • Loading branch information
whosphp committed Sep 25, 2023
1 parent e8ed912 commit b8e043c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Table/src/Table.vue
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,7 @@ export default defineComponent({
reserveSelection={reserveSelection}
align={align}
headerAlign={headerAlign}
selectable={v.selectable}
width="50"
></ElTableColumn>
)
Expand Down

0 comments on commit b8e043c

Please sign in to comment.