From 3c6f6c1e3016e38146a4c46be6e7b625c35591f2 Mon Sep 17 00:00:00 2001
From: zhai <1528081232@qq.com>
Date: 星期四, 18 十二月 2025 11:49:18 +0800
Subject: [PATCH] 1、添加报表 2、修改添加报表报错
---
src/main/webapp/WEB-INF/view/general/list.jsp | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/src/main/webapp/WEB-INF/view/general/list.jsp b/src/main/webapp/WEB-INF/view/general/list.jsp
index 56d709b..7112ba2 100644
--- a/src/main/webapp/WEB-INF/view/general/list.jsp
+++ b/src/main/webapp/WEB-INF/view/general/list.jsp
@@ -244,8 +244,9 @@
</c:if>
</c:forEach>
<c:if test="${view.enableTooltip!=null&&view.enableTooltip&&view.tooltipType==1}">
- <button class="el-tooltipbutton">鍔熻兘璇存槑<i id="i_tooltip" class="fa fa-question-circle-o"
- title="${view.tooltipContent}"></i></button>
+ <button class="el-tooltipbutton">鍔熻兘璇存槑<i id="i_tooltip"
+ class="fa fa-question-circle-o"
+ title="${view.tooltipContent}"></i></button>
<script type="text/javascript">
$(function () {
$('#i_tooltip').tooltip({
@@ -1138,8 +1139,8 @@
//鍒锋柊琛ㄦ牸鏁版嵁
function refreshData() {
$('#dg_viewData').${datagridType}('reload');
- var checkRows= $('#dg_viewData').${datagridType}('getChecked');
- if(checkRows.length>0){
+ var checkRows = $('#dg_viewData').${datagridType}('getChecked');
+ if (checkRows.length > 0) {
$('#dg_viewData').${datagridType}('clearSelections');
$('#dg_viewData').${datagridType}('clearChecked');
}
--
Gitblit v1.9.1