NEZ-1318 fix: Endpoint 批量添加 module 列表 project 名称有些不显示
This commit is contained in:
@@ -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 ''
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user