Showing
1 changed file
with
6 additions
and
6 deletions
@@ -4797,18 +4797,18 @@ layui.define(['soulTable', 'commonDetail', 'common', 'laytpl', 'view', 'admin', | @@ -4797,18 +4797,18 @@ layui.define(['soulTable', 'commonDetail', 'common', 'laytpl', 'view', 'admin', | ||
4797 | "DATABASE_OGG": [ | 4797 | "DATABASE_OGG": [ |
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: '资源名称', minWidth: resNameWidth, sort: true, |
4801 | templet: '#resindex_resName' | 4801 | templet: '#resindex_resName' |
4802 | //lsq 资源名称用模板 2022-08-29 | 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>' | 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>' |
4804 | }, | 4804 | }, |
4805 | // {field: 'shortName', title: '别名', width: 100, align: 'center', sort: true, templet:'#shortNameTpl'}, | 4805 | // {field: 'shortName', title: '别名', width: 100, align: 'center', sort: true, templet:'#shortNameTpl'}, |
4806 | - {field: 'health', title: '健康状态', width: 86, align: 'center', sort: true, templet: '#healthTpl'}, | 4806 | + {field: 'health', title: '健康状态', width: 100, align: 'center', sort: true, templet: '#healthTpl'}, |
4807 | {field: 'lastColTime', title: '最近采集时间', width: 161, align: 'center', sort: true}, | 4807 | {field: 'lastColTime', title: '最近采集时间', width: 161, align: 'center', sort: true}, |
4808 | - {field: 'linkState', title: '连接状态', align: 'center', width: 85, templet: '#linkStateTpl', sort: true}, | ||
4809 | - {field: 'adminName', title: '负责人', width: 123, align: 'center', sort: true}, | ||
4810 | - {field: 'adminPhone', title: '负责人电话', width: 118, align: 'center', sort: true}, | ||
4811 | - {field: 'state', title: '资源状态', width: 98, align: 'center', sort: true, templet: '#resStateTpl'} | 4808 | + {field: 'linkState', title: '连接状态', align: 'center', width: 120, templet: '#linkStateTpl', sort: true}, |
4809 | + {field: 'adminName', title: '负责人', width: 133, align: 'center', sort: true}, | ||
4810 | + {field: 'adminPhone', title: '负责人电话', width: 128, align: 'center', sort: true}, | ||
4811 | + {field: 'state', title: '资源状态', width: 110, align: 'center', sort: true, templet: '#resStateTpl'} | ||
4812 | ], | 4812 | ], |
4813 | "HOST_X86_SIGN": [ | 4813 | "HOST_X86_SIGN": [ |
4814 | //{type: 'numbers', title: '序号', align: 'center', fixed: 'left'}, | 4814 | //{type: 'numbers', title: '序号', align: 'center', fixed: 'left'}, |
-
Please register or login to post a comment