style: credentials,endpoin,apiKey,页面 table 列表样式调整

This commit is contained in:
@changcode
2021-09-13 15:07:14 +08:00
parent 868933fa09
commit afdfbd74d3
3 changed files with 4 additions and 2 deletions

View File

@@ -240,12 +240,14 @@ export default {
{
label: this.$t('project.endpoint.configs'),
prop: 'configs',
minWidth: 150,
show: false
},
{
label: this.$t('project.endpoint.alerts'),
prop: 'alerts',
show: true,
minWidth: 150,
sortable: 'custom'
},
{
@@ -253,7 +255,6 @@ export default {
prop: 'state',
show: true,
minWidth: 200,
width: 200,
sortable: 'custom'
}
// {