Commit aea392ae by liuyang

2024-04-26 设备日志和设备异常显示优化和调整

parent 62077933
......@@ -4,12 +4,24 @@ $(function () {
resultGrid.dataSource.page(1);
});
IPLATUI.EFGrid.result = {
/* 页面查询框的尺寸设置 */
$.extend(true, IPLATUI.Config, {
EFGrid: {
height: $(document).height() - $("#inqu").height() - $("#ef_form_head").height() - 100,
pageable: {
input: true,
numeric: false,
pageSize: 20,
pageSizes: [10, 20, 50, 70, 100]
}
}
});
/*IPLATUI.EFGrid.result = {
pageable: {
input: true,
numeric: false,
pageSize: 20,
pageSizes: [10, 20, 50, 70, 100],
},
}
}*/
});
\ No newline at end of file
......@@ -4,12 +4,25 @@ $(function () {
resultGrid.dataSource.page(1);
});
/* 页面查询框的尺寸设置 */
$.extend(true, IPLATUI.Config, {
EFGrid: {
height: $(document).height() - $("#inqu").height() - $("#ef_form_head").height() - 100,
pageable: {
input: true,
numeric: false,
pageSize: 20,
pageSizes: [10, 20, 50, 70, 100]
}
}
});
IPLATUI.EFGrid.result = {
/*IPLATUI.EFGrid.result = {
pageable: {
input: true,
numeric: false,
pageSize: 20,
pageSizes: [10, 20, 50, 70, 100],
},
}
}*/
});
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment