...
|
...
|
@@ -1604,7 +1604,8 @@ layui.define(['soulTable', 'commonDetail', 'common', 'laytpl', 'view', 'admin', |
|
|
// {field: 'adminName', title: '负责人', minWidth: 123, align: 'center', sort: true},
|
|
|
// {field: 'adminPhone', title: '负责人电话', minWidth: 118, align: 'center', sort: true},
|
|
|
{field: 'resTypeName', title: '资源类型', minWidth: x_110, align: 'center'},
|
|
|
{field: 'state', title: '资源状态', minWidth: x_110, align: 'center', sort: true, templet: '#resStateTpl'}
|
|
|
{field: 'state', title: '资源状态', minWidth: x_110, align: 'center', sort: true, templet: '#resStateTpl'},
|
|
|
{field: 'linkState', title: '连接状态', align: 'center', minWidth: x_110, templet: '#linkStateTpl', sort: true}
|
|
|
],
|
|
|
"MIDDLEWARE_TOMCAT": [
|
|
|
//{type: 'numbers', title: '序号', align: 'center', fixed: 'left'},
|
...
|
...
|
|