feat(projects): useTable adds expand to display

This commit is contained in:
paynezhuang
2024-05-07 14:53:42 +08:00
parent 60f3b14085
commit 0a90dd3764
4 changed files with 13 additions and 0 deletions

View File

@ -11,6 +11,7 @@ const local: App.I18n.Schema = {
cancel: 'Cancel',
close: 'Close',
check: 'Check',
expandColumn: 'Expand Column',
columnSetting: 'Column Setting',
config: 'Config',
confirm: 'Confirm',

View File

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