From 3bfda69b65e66d29748355d1843ef886144055e1 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: 星期一, 17 六月 2024 14:23:45 +0800
Subject: [PATCH] 添加

---
 src/main/resources/templates/tr/specialCheckTaskLog/specialCheckTaskLog.html |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/main/resources/templates/tr/specialCheckTaskLog/specialCheckTaskLog.html b/src/main/resources/templates/tr/specialCheckTaskLog/specialCheckTaskLog.html
index f0376bd..e0dbec7 100644
--- a/src/main/resources/templates/tr/specialCheckTaskLog/specialCheckTaskLog.html
+++ b/src/main/resources/templates/tr/specialCheckTaskLog/specialCheckTaskLog.html
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html lang="zh" xmlns:th="http://www.thymeleaf.org" xmlns:shiro="http://www.pollix.at/thymeleaf/shiro">
 <head>
-    <th:block th:include="include :: header('执行情况列表')"/>
+    <th:block th:include="include :: header('检查任务上报')"/>
 </head>
 <body class="gray-bg">
 <div class="container-div">
@@ -28,14 +28,14 @@
 <!--                </div>-->
 <!--            </form>-->
 <!--        </div>-->
-        <div class="col-sm-12 search-collapse">
+        <div class="col-sm-12 search-collapse" style="display: none">
             <form id="formId">
                 <div class="select-list">
                     <ul>
 
                         <input type="hidden" id="riskId" name="id" th:value="${id}"/>
 
-                        <li style="display: none">
+                        <li>
                             <a class="btn btn-primary btn-rounded btn-sm" onclick="$.table.search()"><i class="fa fa-search"></i>&nbsp;搜索</a>
                             <a class="btn btn-warning btn-rounded btn-sm" onclick="$.form.reset()"><i class="fa fa-refresh"></i>&nbsp;重置</a>
                         </li>
@@ -60,6 +60,7 @@
     $(function () {
         var options = {
             url: prefix + "/list",
+            title: '检查任务上报',
             queryParams: queryParams,
             cleanUrl: prefix + "/clean",
             createUrl: prefix + "/add",
@@ -69,7 +70,7 @@
             exportUrl: prefix + "/export",
             sortName: "createTime",
             sortOrder: "desc",
-            modalName: "任务上报",
+            modalName: "检查任务上报",
             columns: [
                 {
                     field: 'indexId',

--
Gitblit v1.9.2