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

@@ -15,6 +15,7 @@ const local: App.I18n.Schema = {
cancel: '取消',
close: '关闭',
check: '勾选',
selectAll: '全选',
expandColumn: '展开列',
columnSetting: '列设置',
config: '配置',