mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-15 14:24:39 +00:00
fix: 修复系统用户详情中,没有更多操作的bug
This commit is contained in:
@@ -91,15 +91,9 @@ export default {
|
||||
]
|
||||
},
|
||||
headerActions: {
|
||||
hasLeftActions: true,
|
||||
hasBulkDelete: false,
|
||||
hasImport: false,
|
||||
hasExport: true,
|
||||
hasCreate: false,
|
||||
hasSearch: true,
|
||||
hasMoreActions: false,
|
||||
moreActionsTitle: this.$t('common.More'),
|
||||
moreActionsType: 'primary',
|
||||
extraMoreActions: [
|
||||
{
|
||||
title: this.$t('common.PushSelected'),
|
||||
|
||||
Reference in New Issue
Block a user