feat: Search component add expand attribute and expandField attribute
This commit is contained in:
@@ -31,7 +31,9 @@ export default {
|
||||
tool: 'Tool',
|
||||
toolDes: 'Used to set up custom systems',
|
||||
query: 'Query',
|
||||
reset: 'Reset'
|
||||
reset: 'Reset',
|
||||
shrink: 'Put away',
|
||||
expand: 'Expand'
|
||||
},
|
||||
setting: {
|
||||
projectSetting: 'Project setting',
|
||||
|
||||
@@ -31,7 +31,9 @@ export default {
|
||||
tool: '工具',
|
||||
toolDes: '用于设置定制系统',
|
||||
query: '查询',
|
||||
reset: '重置'
|
||||
reset: '重置',
|
||||
shrink: '收起',
|
||||
expand: '展开'
|
||||
},
|
||||
setting: {
|
||||
projectSetting: '项目配置',
|
||||
|
||||
Reference in New Issue
Block a user