双重预防项目-国泰新华二开定制版
马宇豪
2024-06-17 3bfda69b65e66d29748355d1843ef886144055e1
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',