Showing
1 changed file
with
7 additions
and
7 deletions
@@ -504,14 +504,14 @@ layui.define(['soulTable', 'commonDetail', 'common', 'laytpl', 'view', 'admin', | @@ -504,14 +504,14 @@ layui.define(['soulTable', 'commonDetail', 'common', 'laytpl', 'view', 'admin', | ||
504 | field: 'resName', title: '资源名称', minWidth: 250, sort: true, | 504 | field: 'resName', title: '资源名称', minWidth: 250, sort: true, |
505 | templet: '#resindex_resName' | 505 | templet: '#resindex_resName' |
506 | }, | 506 | }, |
507 | - {field: 'ip', title: 'IP地址', width: 130, align: 'center', sort: true}, | ||
508 | - {field: 'resTypeName', title: '资源类型', width: 101, align: 'center'}, | ||
509 | - {field: 'adminName', title: '负责人', width: 123, align: 'center', sort: true}, | ||
510 | - {field: 'adminPhone', title: '负责人电话', width: 118, align: 'center', sort: true}, | ||
511 | - {field: 'state', title: '资源状态', width: 98, align: 'center', sort: true, templet: '#resStateTpl'}, | ||
512 | - {field: 'health', title: '健康状态', width: 83, align: 'center', sort: true, templet: '#healthTpl'}, | 507 | + // {field: 'ip', title: 'IP地址', width: 130, align: 'center', sort: true}, |
508 | + {field: 'resTypeName', title: '资源类型', minWidth: 140, align: 'center'}, | ||
509 | + {field: 'adminName', title: '负责人', minWidth: 140, align: 'center', sort: true}, | ||
510 | + {field: 'adminPhone', title: '负责人电话', minWidth: 140, align: 'center', sort: true}, | ||
511 | + {field: 'state', title: '资源状态', minWidth: 130, align: 'center', sort: true, templet: '#resStateTpl'}, | ||
512 | + {field: 'health', title: '健康状态', minWidth: 130, align: 'center', sort: true, templet: '#healthTpl'}, | ||
513 | {field: 'lastColTime', title: '最近采集时间', width: 161, align: 'center', sort: true}, | 513 | {field: 'lastColTime', title: '最近采集时间', width: 161, align: 'center', sort: true}, |
514 | - {field: 'linkState', title: '连接状态', align: 'center', width: 85, templet: '#linkStateTpl', sort: true} | 514 | + {field: 'linkState', title: '连接状态', align: 'center', minWidth: 130, templet: '#linkStateTpl', sort: true} |
515 | ], | 515 | ], |
516 | "ALI_ARMS": [ | 516 | "ALI_ARMS": [ |
517 | //{type: 'numbers', title: '序号', align: 'center', fixed: 'left'}, | 517 | //{type: 'numbers', title: '序号', align: 'center', fixed: 'left'}, |
-
Please register or login to post a comment