mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-25 14:25:23 +00:00
[update]修改搜索组件
This commit is contained in:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user