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

@@ -92,37 +92,37 @@ export default {
prop: 'id',
show: true,
width: 80,
sortable:'custom'
sortable: 'custom'
}, {
label: this.$t('project.module.moduleName'),
prop: 'name',
show: true,
minWidth: 200,
sortable:'custom'
sortable: 'custom'
}, {
label: this.$t('project.module.type'),
prop: 'type',
show: false,
width: 150
}, {
label: this.$t('project.project.project'),
label: this.$t('project.project.projectName'),
prop: 'project',
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.module.alerts'),
prop: 'alertNum',
show: true,
width: 150,
sortable:'custom'
sortable: 'custom'
},
{
label: this.$t('overall.remark'),