feat: Search component add expand attribute and expandField attribute

This commit is contained in:
kailong321200875
2022-01-30 15:07:51 +08:00
parent 48ffc52ca8
commit 9b4b317817
5 changed files with 131 additions and 8 deletions

View File

@@ -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',

View File

@@ -31,7 +31,9 @@ export default {
tool: '工具',
toolDes: '用于设置定制系统',
query: '查询',
reset: '重置'
reset: '重置',
shrink: '收起',
expand: '展开'
},
setting: {
projectSetting: '项目配置',