[update]修改搜索组件

This commit is contained in:
OrangeM21
2020-04-23 16:24:57 +08:00
parent 1159201b30
commit ffa49b6acf

View File

@@ -29,6 +29,7 @@ export default {
TagSearch
},
props: {
...TagSearch.props,
hasExport: defaultTrue,
hasImport: defaultTrue,
hasRefresh: defaultTrue,
@@ -42,21 +43,6 @@ export default {
type: String,
default: ''
},
tagSearch: {
type: Array,
default() {
return [
{
label: '用户名',
key: 'username'
},
{
label: 'ID',
key: 'id'
}
]
}
},
createRoute: {
type: String,
default: function() {