mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-16 15:19:25 +00:00
perf: 批量命令添加搜索项
This commit is contained in:
@@ -113,6 +113,10 @@ export default {
|
||||
hasImport: false,
|
||||
searchConfig: {
|
||||
options: [
|
||||
{
|
||||
label: this.$t('audits.User'),
|
||||
value: 'user__name'
|
||||
},
|
||||
{
|
||||
label: this.$t('audits.Username'),
|
||||
value: 'user__username'
|
||||
|
Reference in New Issue
Block a user