NEZ-665 fix: 列宽调整

This commit is contained in:
chenjinsong
2021-05-25 16:13:59 +08:00
parent 9f73a5eb33
commit 41fca73cad
5 changed files with 25 additions and 19 deletions

View File

@@ -104,31 +104,31 @@ export default {
label: this.$t('project.module.type'),
prop: 'type',
show: false,
width: 150
width: 200
}, {
label: this.$t('project.project.projectName'),
prop: 'project',
show: true,
width: 150,
width: 200,
sortable: 'custom'
},
{
label: this.$t('project.endpoint.endpoint'),
prop: 'endpointNum',
show: true,
width: 150,
width: 200,
sortable: 'custom'
}, {
label: this.$t('project.module.alerts'),
prop: 'alertNum',
show: true,
width: 150,
width: 200,
sortable: 'custom'
},
{
label: this.$t('overall.remark'),
prop: 'remark',
show: false,
show: true,
minWidth: 150
}
]