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

@@ -103,6 +103,7 @@ export default {
label: this.$t('overall.name'),
prop: 'name',
show: true,
minWidth: 100,
sortable: 'custom'
}, {
label: this.$t('config.mib.credential.type'),

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'
}
// {

View File

@@ -137,7 +137,7 @@ export default {
}, {
label: this.$t('config.system.apiKey.creatAt'),
prop: 'createAt',
minWidth: 80,
minWidth: 100,
show: true
}
],