NEZ-1318 fix: Endpoint 批量添加 module 列表 project 名称有些不显示

This commit is contained in:
zhangyu
2021-11-22 15:02:06 +08:00
parent 086a757c10
commit f23e805d55

View File

@@ -200,8 +200,9 @@ export default {
data: function (row) {
if (row.project && row.project.name.length > 15) {
return row.project.name.substring(0, 12) + '...'
} else {
return row.project.name
}
return ''
}
},
{