feat: Add Search component and add search demo

This commit is contained in:
陈凯龙
2022-01-28 11:36:18 +08:00
parent 8a958cd71d
commit 33eca8a97d
8 changed files with 281 additions and 8 deletions

View File

@@ -29,7 +29,9 @@ export default {
tagsView: 'Tags view',
tagsViewDes: 'Used to record routing history',
tool: 'Tool',
toolDes: 'Used to set up custom systems'
toolDes: 'Used to set up custom systems',
query: 'Query',
reset: 'Reset'
},
setting: {
projectSetting: 'Project setting',
@@ -95,7 +97,8 @@ export default {
highlight: 'Highlight',
infotip: 'Infotip',
form: 'Form',
defaultForm: 'All examples'
defaultForm: 'All examples',
search: 'Search'
},
analysis: {
newUser: 'New user',
@@ -280,5 +283,21 @@ export default {
},
levelDemo: {
menu: 'Multi level menu cache'
},
searchDemo: {
search: 'Search',
searchDes:
'Based on the secondary encapsulation of form components, the functions of query and reset are realized',
operate: 'operate',
change: 'Change',
grid: 'grid',
button: 'Button',
restore: 'Restore',
inline: 'inline',
bottom: 'Bottom',
position: 'position',
left: 'left',
center: 'center',
right: 'right'
}
}

View File

@@ -29,7 +29,9 @@ export default {
tagsView: '标签页',
tagsViewDes: '用于记录路由历史记录',
tool: '工具',
toolDes: '用于设置定制系统'
toolDes: '用于设置定制系统',
query: '查询',
reset: '重置'
},
setting: {
projectSetting: '项目配置',
@@ -95,7 +97,8 @@ export default {
highlight: '高亮',
infotip: '信息提示',
form: '表单',
defaultForm: '全部示例'
defaultForm: '全部示例',
search: '查询'
},
analysis: {
newUser: '新增用户',
@@ -278,5 +281,20 @@ export default {
},
levelDemo: {
menu: '多级菜单缓存'
},
searchDemo: {
search: '查询',
searchDes: '基于 Form 组件二次封装,实现查询、重置功能',
operate: '操作',
change: '更改',
grid: '栅格',
button: '按钮',
restore: '还原',
inline: '内联',
bottom: '底部',
position: '位置',
left: '左',
center: '中',
right: '右'
}
}