mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-16 15:19:25 +00:00
feat: 修改我的资产布局
This commit is contained in:
@@ -67,12 +67,10 @@ export default {
|
||||
]
|
||||
}.bind(this)
|
||||
},
|
||||
sortable: true,
|
||||
align: 'center'
|
||||
sortable: true
|
||||
},
|
||||
{
|
||||
prop: 'ip',
|
||||
align: 'center',
|
||||
label: this.$t('assets.ip'),
|
||||
sortable: 'custom'
|
||||
},
|
||||
@@ -128,13 +126,8 @@ export default {
|
||||
headerActions: {
|
||||
hasExport: false,
|
||||
hasImport: false,
|
||||
hasRefresh: false,
|
||||
hasCreate: false,
|
||||
hasBulkDelete: false,
|
||||
hasBulkUpdate: false,
|
||||
hasLeftActions: false,
|
||||
hasSearch: true,
|
||||
hasRightActions: false
|
||||
hasSearch: true
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user