...
|
...
|
@@ -472,6 +472,8 @@ layui.define(['soulTable', 'commonDetail', 'common', 'laytpl', 'view', 'admin', |
|
|
templet: '#resindex_resName'
|
|
|
},
|
|
|
{field: 'ip', title: 'IP地址', width: 130, align: 'center', sort: true},
|
|
|
{field: 'cpuRate', title: 'CPU使用率', align: 'center', minWidth: x_130, templet: '#cpuRateTpl', sort: true},
|
|
|
{field: 'memoryRate', title: '内存使用率', align: 'center', minWidth: x_130, templet: '#memoryRateTpl', sort: true},
|
|
|
{field: 'resTypeName', title: '资源类型', width: 101, align: 'center'},
|
|
|
{field: 'adminName', title: '负责人', width: 123, align: 'center', sort: true},
|
|
|
{field: 'adminPhone', title: '负责人电话', width: 118, align: 'center', sort: true},
|
...
|
...
|
|