mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
* fix(components): [table] fix the bug of the expand-row-keys property * fix(components): [table] fix the bug of the expand-row-keys property Fix the issue where the expand-row-keys property does not support the number type * fix(components): [table] fix the bug of the expand-row-keys property Fix the issue where the expand-row-keys property does not support the number type * fix(components): [table] Use Map instead of Object to handle number keys Use Map instead of Object to solve the problem of number keys * fix(components): [table] fix the bug of the expand-row-keys property 1.expandRowKeys should be of type Array<string | number> ✔ 2.It would be better to add types to new Map() ✔ 3.It would be better to add relevant test cases ✔ * fix(components): [table] fix the bug of the expand-row-keys property 1. expandRowKeys should be of type Array<string | number> ✔ 2. It would be better to add types to new Map() ✔ 3. It would be better to add relevant test cases ✔ * fix(components): [table] fix the bug of the expand-row-keys property 1. expandRowKeys should be of type Array<string | number> ✔ 2. It would be better to add types to new Map() ✔ 3. It would be better to add relevant test cases ✔ * fix(components): [table] fix the bug of the expand-row-keys property 1.table.md ✔ 2.add a test for mixed strings and numbers ✔ * fix(components): [table] fix the bug of the expand-row-keys property 1.table.md ✔ 2.add a test for mixed strings and numbers ✔ * fix(components): [table] fix the bug of the expand-row-keys property 1. table-test-common.ts ✔ 2. table.md ✔ 3. tree.ts -- changed to: new Map<string | number, object>() ✔ * fix(components): [table] fix the bug of the expand-row-keys property fix(components): [table] fix the bug of the expand-row-keys property * fix(components): [table] fix the bug of the expand-row-keys property fix(components): [table] fix the bug of the expand-row-keys property * fix(components): [table] fix the bug of the expand-row-keys property fix(components): [table] fix the bug of the expand-row-keys property * fix(components): [table] fix packages/components/table/src/store/tree.ts fix(components): [table] fix packages/components/table/src/store/tree.ts * chore: update test cases * chore: update version * fix(components): [table] fix the bug of the expand-row-keys property Fix the issue where the expand-row-keys property does not support the number type --------- Co-authored-by: warmthsea <2586244885@qq.com>