mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2026-04-25 03:34:23 +08:00
feat(components): Column settings support fixed columns.
This commit is contained in:
@@ -352,7 +352,12 @@ const local: App.I18n.Schema = {
|
||||
unpin: '取消固定'
|
||||
},
|
||||
datatable: {
|
||||
itemCount: '共 {total} 条'
|
||||
itemCount: '共 {total} 条',
|
||||
fixed: {
|
||||
left: '左固定',
|
||||
right: '右固定',
|
||||
unFixed: '取消固定'
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user