mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
代码优化
This commit is contained in:
@@ -24,7 +24,7 @@ lib.config({
|
||||
cols: [[
|
||||
{type: 'numbers'},
|
||||
{field: 'name', title: '服务名称(serviceId)', width: 200},
|
||||
{field: 'instanceId', title: 'instanceId', width: 220},
|
||||
{field: 'instanceId', title: 'instanceId', width: 250},
|
||||
{field: 'ipAddr', title: 'IP地址', width: 150},
|
||||
{field: 'serverPort', title: '端口号', width: 100},
|
||||
{field: 'status', title: '服务状态', width: 100, templet: function (row) {
|
||||
|
Reference in New Issue
Block a user