修改配置的命名空间展示

This commit is contained in:
liaozetao
2023-10-20 10:28:35 +08:00
parent 8c9016246f
commit 40344ec61c

View File

@@ -159,7 +159,15 @@ export default {
}
}
},
{ field: 'nameSpace', title: '命名空间', align: 'center', width: '5%', },
{
field: 'nameSpace',
title: '命名空间',
align: 'center',
width: '5%',
formatter: function (val, row, index) {
return '<div style="text-align: center; width: 200px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;" title="' + escape(val) + '" onmouseover="showText(this);">' + val + '</div>';
}
},
{
field: 'configId',
title: '操作',