feat(projects): add table showTotal options

This commit is contained in:
paynezhuang
2024-04-25 22:46:21 +08:00
parent ec5b1c3f84
commit 3e61eab498
7 changed files with 28 additions and 4 deletions

View File

@ -446,6 +446,9 @@ const local: App.I18n.Schema = {
expand: 'Expand Menu',
pin: 'Pin',
unpin: 'Unpin'
},
datatable: {
itemCount: 'Total {total} items'
}
};

View File

@ -446,6 +446,9 @@ const local: App.I18n.Schema = {
expand: '展开菜单',
pin: '固定',
unpin: '取消固定'
},
datatable: {
itemCount: '共 {total} 条'
}
};