Authored by 鲁尚清

【无】OGG资源列表,资源名称用模板

@@ -4798,7 +4798,9 @@ layui.define(['soulTable', 'commonDetail', 'common', 'laytpl', 'view', 'admin', @@ -4798,7 +4798,9 @@ layui.define(['soulTable', 'commonDetail', 'common', 'laytpl', 'view', 'admin',
4798 {field: 'ip', title: 'IP地址', width: 130, align: 'center', sort: true}, 4798 {field: 'ip', title: 'IP地址', width: 130, align: 'center', sort: true},
4799 { 4799 {
4800 field: 'resName', title: '资源名称', width: resNameWidth, sort: true, 4800 field: 'resName', title: '资源名称', width: resNameWidth, sort: true,
4801 - templet: '<div><span data-zymc="{{ d.resId }}" data-restype="{{d.resType}}" data-name="{{d.resName}}" data-childrennum="{{d.childrenNum}}" data-ip="{{ d.ip }}" data-resTypeName="{{ d.resTypeName }}" data-admin="{{ d.adminName }}" data-pingenable="{{d.pingEnable}}" class="layui-table-link">{{ d.resName }}</span></div>' 4801 + templet: '#resindex_resName'
  4802 + //lsq 资源名称用模板 2022-08-29
  4803 + // templet: '<div><span data-zymc="{{ d.resId }}" data-restype="{{d.resType}}" data-name="{{d.resName}}" data-childrennum="{{d.childrenNum}}" data-ip="{{ d.ip }}" data-resTypeName="{{ d.resTypeName }}" data-admin="{{ d.adminName }}" data-pingenable="{{d.pingEnable}}" class="layui-table-link">{{ d.resName }}</span></div>'
4802 }, 4804 },
4803 // {field: 'shortName', title: '别名', width: 100, align: 'center', sort: true, templet:'#shortNameTpl'}, 4805 // {field: 'shortName', title: '别名', width: 100, align: 'center', sort: true, templet:'#shortNameTpl'},
4804 {field: 'health', title: '健康状态', width: 86, align: 'center', sort: true, templet: '#healthTpl'}, 4806 {field: 'health', title: '健康状态', width: 86, align: 'center', sort: true, templet: '#healthTpl'},