fix:页面bug修改

This commit is contained in:
zhangyu
2021-05-13 11:40:22 +08:00
parent 29dc51afd0
commit b60eb36839
12 changed files with 94 additions and 49 deletions

View File

@@ -122,12 +122,12 @@ export default {
prop: 'id',
show: true,
width: 80,
sortable:'custom'
sortable: 'custom'
}, {
label: this.$t('project.endpoint.name'),
prop: 'name',
show: true,
sortable:'custom'
sortable: 'custom'
}, {
label: this.$t('project.module.type'),
prop: 'type',
@@ -142,7 +142,7 @@ export default {
label: this.$t('project.endpoint.asset'),
prop: 'asset',
show: true,
sortable:'custom'
sortable: 'custom'
},
{
label: this.$t('project.module.module'),
@@ -158,13 +158,13 @@ export default {
label: this.$t('project.endpoint.alerts'),
prop: 'alerts',
show: true,
sortable:'custom'
sortable: 'custom'
},
{
label: this.$t('project.endpoint.state'),
prop: 'state',
show: true,
sortable:'custom'
sortable: 'custom'
}
]
}