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/theme/v2/index.jsp | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/src/main/webapp/WEB-INF/view/theme/v2/index.jsp b/src/main/webapp/WEB-INF/view/theme/v2/index.jsp
index 999ab4d..5f233ad 100644
--- a/src/main/webapp/WEB-INF/view/theme/v2/index.jsp
+++ b/src/main/webapp/WEB-INF/view/theme/v2/index.jsp
@@ -61,13 +61,13 @@
<body class="pt-tree">
<div class="header">
- <c:if test="${licenseInfo.licenseType!=1 && licenseInfo.getExpiryDay()<=30}">
- <marquee direction="left" width="100%" height="20" behavior="alternate"
- style="background-color: red; color:#fff; z-index:100; font-weight: bold; position: absolute; line-height: 20px;"
- onMouseOut="this.start();" onMouseOver="this.stop();">
- 灏婃暚鐨勫鎴�${licenseInfo.licenseCompany}鎮ㄥソ锛佹偍鐨勮鍙枃浠跺嵆灏嗗湪${licenseInfo.getExpiryDay()}澶╁悗杩囨湡锛岃鍙婃椂鑱旂郴渚涘簲鍟嗘洿鏂拌鍙枃浠讹紒
- </marquee>
- </c:if>
+<%-- <c:if test="${licenseInfo.licenseType!=1 && licenseInfo.getExpiryDay()<=30}">--%>
+<%-- <marquee direction="left" width="100%" height="20" behavior="alternate"--%>
+<%-- style="background-color: red; color:#fff; z-index:100; font-weight: bold; position: absolute; line-height: 20px;"--%>
+<%-- onMouseOut="this.start();" onMouseOver="this.stop();">--%>
+<%-- 灏婃暚鐨勫鎴�${licenseInfo.licenseCompany}鎮ㄥソ锛佹偍鐨勮鍙枃浠跺嵆灏嗗湪${licenseInfo.getExpiryDay()}澶╁悗杩囨湡锛岃鍙婃椂鑱旂郴渚涘簲鍟嗘洿鏂拌鍙枃浠讹紒--%>
+<%-- </marquee>--%>
+<%-- </c:if>--%>
<img src="${systemConfig.headLogoUrl }" alt="${systemConfig.platformName}" class="logo"/>
<a class="f_mid t_left" href="javascript:;">
<i class="fa fa-bars"></i>
--
Gitblit v1.9.1