mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-13 11:24:17 +00:00
fix: 普通系统用户列表搜索项排除: type 字段
This commit is contained in:
committed by
Jiangjie.Bai
parent
46c9598788
commit
a948105ebd
@@ -67,6 +67,9 @@ export default {
|
||||
headerActions: {
|
||||
hasCreate: false,
|
||||
createRoute: 'SystemUserCreate',
|
||||
searchConfig: {
|
||||
exclude: ['type']
|
||||
},
|
||||
moreCreates: {
|
||||
callback: (option) => {
|
||||
vm.$router.push({ name: 'SystemUserCreate', query: { protocol: option.title.toLowerCase() }})
|
||||
|
||||
Reference in New Issue
Block a user