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