mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
* fix(components): [table] el-table里table-column的fixed问题 #20558 * fix(components): [table] 修复如果selection没有fixed属性时,会一直出现在末尾的bug #20558 * fix(components): [table] 删除test案例读取到left为0时修改fixed属性 #20558 * Update packages/components/table/src/store/watcher.ts Co-authored-by: btea <2356281422@qq.com> * Update packages/components/table/src/store/watcher.ts Co-authored-by: btea <2356281422@qq.com> * Update packages/components/table/src/store/watcher.ts Co-authored-by: btea <2356281422@qq.com> * Update packages/components/table/src/store/watcher.ts Co-authored-by: btea <2356281422@qq.com> * Update packages/components/table/src/store/watcher.ts Co-authored-by: btea <2356281422@qq.com> * Update packages/components/table/src/store/watcher.ts Co-authored-by: btea <2356281422@qq.com> * fix(components): [table] 还原table-column.test.ts测试用例&格式化watcher.ts代码 * fix: [table] -增加左侧/右侧固定列筛选selection逻辑 * fix: [table] -table-column.test.ts测试用例修改 * fix: [table] - 还原测试用例,修改watcher.ts,使其兼容如果有固定列并且select为第一列的情况 * fix: update & test * fix: update --------- Co-authored-by: 卿鹏 <qp66797@gmail.com> Co-authored-by: btea <2356281422@qq.com>