Merge branch 'dev-2.0' of https://git.mesalab.cn/nezha/nezha-fronted into dev-2.0

This commit is contained in:
@changcode
2021-05-12 14:46:14 +08:00
17 changed files with 168 additions and 160 deletions

View File

@@ -95,31 +95,31 @@ export default {
prop: 'id',
show: true,
width: 80,
sortable:'custom'
sortable: 'custom'
}, {
label: this.$t('project.project.project'),
prop: 'name',
show: true,
minWidth: 150,
sortable:'custom'
sortable: 'custom'
}, {
label: this.$t('project.module.module'),
prop: 'moduleNum',
show: true,
width: 150,
sortable:'custom'
sortable: 'custom'
}, {
label: this.$t('project.endpoint.endpoint'),
prop: 'endpointNum',
show: true,
width: 150,
sortable:'custom'
sortable: 'custom'
}, {
label: this.$t('project.endpoint.alerts'),
prop: 'alertNum',
show: true,
width: 150,
sortable:'custom'
sortable: 'custom'
},
{
label: this.$t('overall.remark'),