修改配置的命名空间展示
This commit is contained in:
@@ -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: '操作',
|
||||
|
Reference in New Issue
Block a user