perf: 调整账号历史密码展示字段

This commit is contained in:
“huailei000” 2022-11-01 11:49:33 +08:00 committed by huailei
parent 97f708b9ef
commit 4c94694e78

View File

@ -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
}
}
}
}