fix: table column 中定义 selectable 无效

This commit is contained in:
whosphp 2023-09-25 14:27:38 +08:00
parent e8ed912096
commit b8e043c09c
1 changed files with 1 additions and 0 deletions

View File

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