zengh
2022-05-16 63ad2c3598400370dd7da5534659fd7e768a0a4a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
    <link rel="stylesheet" href="../style/realtime-equipment-history.css">
    <script src='../../lib/jquery.js'></script>
    <script src='../js/realtime-equipment-history.js'></script>
</head>
<body>
    <div class='realtime-equipment-history-box'>
        <table class="table">
            <thead>
                <tr>
                    <th>报警人</th>
                    <th>类别</th>
                    <th>行政区</th>
                    <th>日期</th>
                    <th>处理人</th>
                </tr>
            </thead>
            <tbody>
            </tbody>
        </table>
    </div>
</body>
</html>