...
|
...
|
@@ -4641,6 +4641,10 @@ layui.define(['soulTable', 'commonDetail', 'common', 'laytpl', 'view', 'admin', |
|
|
{field: 'adminPhone', title: '负责人电话', minWidth: x_140, align: 'center', sort: true},
|
|
|
{field: 'state', title: '资源状态', minWidth: x_120, align: 'center', sort: true, templet: '#resStateTpl'},
|
|
|
{field: 'health', title: '健康状态', minWidth: x_120, align: 'center', sort: true, templet: '#healthTpl'},
|
|
|
//lsq 增加weblogic版本号、反序列化补丁版本号、Java版本号字段 2022-08-25
|
|
|
{field: 'weblogicVersion', title: 'weblogic版本号', align: 'center', width: 135, sort: true},
|
|
|
{field: 'patchId', title: '反序列化补丁版本号', align: 'center', width: 83, sort: true},
|
|
|
{field: 'javaVersion', title: 'Java版本号', align: 'center', width: 100, sort: true},
|
|
|
{field: 'lastColTime', title: '最近采集时间', minWidth: x_170, align: 'center', sort: true},
|
|
|
{
|
|
|
field: 'linkState',
|
...
|
...
|
|