YYC
2026-03-02 52ccae38d7d236765eb2dfd8c325fd94f99d43b1
fzzy-igdss-web/src/main/resources/templates/security/patrol-record.html
@@ -7,12 +7,18 @@
    <th:block th:include="include :: header('巡更记录')"/>
    <link rel="stylesheet" type="text/css" th:href="@{/ajax/libs/layui-ruoyi/css/layui.css}"/>
    <link rel="stylesheet" th:href="@{/security/patrol-record-style.css}">
    <script type="text/javascript" src="https://api.map.baidu.com/api?v=1.0&type=webgl&ak=R3FfyIEbBAWNckTqRSopHQktdkgp924F"></script>
    <script type="text/javascript">
        window._AMapSecurityConfig = {
            securityJsCode: "1f590b908daf435350b6b4b238fa62eb",
        };
    </script>
    <script type="text/javascript"
            src="https://webapi.amap.com/maps?v=2.0&key=51d35f2501da9369a8132895cca0fc94"></script>
</head>
<body>
<div class="container-div">
    <div class="row">
        <!-- 百度地图容器 -->
        <!-- 高德地图容器 -->
        <div id="map"></div>
        <!-- 右侧轨迹卡片悬浮层 -->
        <div class="track-card-panel">
@@ -23,7 +29,8 @@
            <!-- 轨迹卡片列表(Thymeleaf循环渲染) -->
            <div th:each="record,stat : ${patrolRecordList}" class="track-card" data-index="${stat.index}">
                <div style="margin-bottom: 10px">
                    <img style="width: 100%;max-height: 200px;" th:src="${record.imgName ?: '/logo-sm.png'}" th:data-id="${record.id}">
                    <img style="width: 100%;max-height: 200px;" th:src="${record.imgName ?: '/logo-sm.png'}"
                         th:data-id="${record.id}">
                </div>
                <div class="card-row">
                    <span class="label">巡&nbsp;&nbsp;检&nbsp;&nbsp;人:</span>
@@ -37,7 +44,6 @@
        </div>
    </div>
</div>
<!-- 引入Layui JS -->