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