...
|
...
|
@@ -119,16 +119,16 @@ layui.define(['table', 'form', 'admin', 'layer', 'common', 'sessions', 'treeTabl |
|
|
{ type: 'checkbox' }
|
|
|
, {field: 'index', title: '序号', align: 'center', type: 'numbers',width: 50}
|
|
|
, {
|
|
|
field: 'name', title: '页面名称', align: 'center', sort: true,width: 200,
|
|
|
field: 'name', title: '页面名称', align: 'center', sort: true,width: 400,
|
|
|
templet: '<div>' +
|
|
|
'<span restypepage-data-edit="{{d.id}}" data-flag="{{d.flag}}" class="layui-table-link">{{d.name}}</span>' +
|
|
|
'</div>'
|
|
|
}
|
|
|
, { field: 'resTypeName', title: '资源类型', align: 'center',width: 150}
|
|
|
, { field: 'resTypeName', title: '资源类型', align: 'center',width: 250}
|
|
|
, { field: 'osName', title: '操作系统', align: 'center',width: 100}
|
|
|
, { field: 'provderName', title: '厂商', align: 'center',width: 100}
|
|
|
, { field: 'protocolName', title: '采集协议', align: 'center',width: 100}
|
|
|
, { field: 'model', title: '型号', align: 'center',width: 100}
|
|
|
, { field: 'protocolName', title: '采集协议', align: 'center',width: 200}
|
|
|
, { field: 'model', title: '型号', align: 'center',width: 200}
|
|
|
, { field: 'keyword', title: '辅助关键字', align: 'center',width: 200}
|
|
|
, { field: 'flags', title: '配置指标组', align: 'left',width: 300}
|
|
|
, { field: 'kpis', title: '配置指标', align: 'left',width: 300}
|
...
|
...
|
|