From e356555905a02466a25206bae8f9bc66f3432d4f Mon Sep 17 00:00:00 2001
From: sgj <1442489573@qq.com>
Date: 星期三, 07 一月 2026 14:20:09 +0800
Subject: [PATCH] 报表优化修改
---
fzzy-igdss-web/src/main/resources/templates/security/eventInfo/eventInfo.html | 10 +++-------
1 files changed, 3 insertions(+), 7 deletions(-)
diff --git a/fzzy-igdss-web/src/main/resources/templates/security/eventInfo/eventInfo.html b/fzzy-igdss-web/src/main/resources/templates/security/eventInfo/eventInfo.html
index 3949fe4..2b8b546 100644
--- a/fzzy-igdss-web/src/main/resources/templates/security/eventInfo/eventInfo.html
+++ b/fzzy-igdss-web/src/main/resources/templates/security/eventInfo/eventInfo.html
@@ -20,8 +20,9 @@
<ul>
<li>
鏀跺偍鍏徃锛�<select class="form-control" name="key">
- <option value="">鎵�鏈�</option>
- <option th:each="company : ${companyList}" th:value="${company.id}" th:text="${company.dwmc}">
+ <option th:each="company : ${companyList}" th:value="${company.id}"
+ th:text="${company.dwmc}"
+ th:selected="${company.id == defaultCompany}">
</option>
</select>
</li>
@@ -51,11 +52,6 @@
</ul>
</div>
</form>
- <div class="btn-group-sm" role="group">
- <a class="btn btn-success">
- <i class="fa fa-plus"></i> 浜嬩欢閰嶇疆
- </a>
- </div>
</div>
<div class="col-sm-12 " style="padding-top: 10px;background: #FFFFFF;margin-top: 10px;">
--
Gitblit v1.9.3