feat(components): Add “Select All” to TableColumnSetting

This commit is contained in:
wenyuan
2026-01-19 10:40:00 +08:00
committed by Soybean
parent 30e3cdc7b9
commit 0081b9c022
4 changed files with 79 additions and 27 deletions

View File

@@ -326,6 +326,7 @@ declare namespace App {
cancel: string;
close: string;
check: string;
selectAll: string;
expandColumn: string;
columnSetting: string;
config: string;