mirror of
https://github.com/jumpserver/lina.git
synced 2025-07-12 06:28:42 +00:00
perf: 调整账号历史密码展示字段
This commit is contained in:
parent
97f708b9ef
commit
4c94694e78
@ -27,26 +27,17 @@ export default {
|
||||
width: '60%',
|
||||
tableConfig: {
|
||||
url: `/api/v1/assets/account-secrets/${this.account.id}/histories/`,
|
||||
columns: [
|
||||
'name', 'version', 'password', 'date_created'
|
||||
],
|
||||
columnsShow: {
|
||||
min: ['name'],
|
||||
default: [
|
||||
'name', 'version', 'password', 'date_created'
|
||||
]
|
||||
},
|
||||
columnsMeta: {
|
||||
name: {
|
||||
showOverflowTooltip: true
|
||||
}
|
||||
}
|
||||
columns: ['secret', 'secret_type', 'version']
|
||||
},
|
||||
headerActions: {
|
||||
hasImport: false,
|
||||
hasExport: false,
|
||||
hasLeftActions: false,
|
||||
hasColumnSetting: false
|
||||
hasColumnSetting: false,
|
||||
hasSearch: false,
|
||||
searchConfig: {
|
||||
getUrlQuery: false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user