mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-01 23:18:17 +00:00
Merge branch 'pam' of github.com:jumpserver/lina into pam
This commit is contained in:
commit
7ede31b978
@ -71,7 +71,27 @@ export default {
|
|||||||
hasImport: false,
|
hasImport: false,
|
||||||
hasDatePicker: true,
|
hasDatePicker: true,
|
||||||
searchConfig: {
|
searchConfig: {
|
||||||
exclude: ['resource_type']
|
exclude: ['resource_type', 'action'],
|
||||||
|
options: [{
|
||||||
|
value: 'action',
|
||||||
|
label: this.$t('Action'),
|
||||||
|
type: 'choice',
|
||||||
|
children: [
|
||||||
|
{
|
||||||
|
default: true,
|
||||||
|
value: 'view',
|
||||||
|
label: this.$t('View')
|
||||||
|
},
|
||||||
|
{
|
||||||
|
value: 'update',
|
||||||
|
label: this.$t('Update')
|
||||||
|
},
|
||||||
|
{
|
||||||
|
value: 'delete',
|
||||||
|
label: this.$t('Delete')
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user