Authored by 张凯

Merge branch 'master-500-prod-joke-new' into 'master-500-prod'

指标组及页面指标组优化

1、指标组首页查询框宽度调整
2、页面指标组管理首页表格列宽调整

See merge request !787
... ... @@ -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}
... ...
... ... @@ -18,7 +18,6 @@
<div class="layui-inline">
<div class="layui-input-inline layui-input-inline--long">
<input type="text" id="kpiflag_describe" name="kpiflag_describe" placeholder="输入指标组描述,回车搜索" autocomplete="off"
lay-tips="关键字检索包含: </br>指标组描述"
class="layui-input">
<input type="text" style="display: none">
</div>
... ... @@ -26,7 +25,6 @@
<div class="layui-inline">
<div class="layui-input-inline layui-input-inline--long">
<input type="text" id="kpiflag_kpis" name="kpiflag_kpis" placeholder="输入指标名称,回车搜索" autocomplete="off"
lay-tips="关键字检索包含: </br>指标名称"
class="layui-input">
<input type="text" style="display: none">
</div>
... ... @@ -34,7 +32,6 @@
<div class="layui-inline">
<div class="layui-input-inline layui-input-inline--long">
<input type="text" id="kpiflag_restypes" name="kpiflag_restypes" placeholder="输入资源类型,回车搜索" autocomplete="off"
lay-tips="关键字检索包含: </br>资源类型名称"
class="layui-input">
<input type="text" style="display: none">
</div>
... ... @@ -72,4 +69,9 @@
layui.use('kpiflagIndex', function (fn) {
fn();
});
</script>
\ No newline at end of file
</script>
<style>
.layui-status .layui-input-inline--long {
width: 190px !important;
}
</style>
\ No newline at end of file
... ...