zhitong.yu
2024-03-21 6beef2ce75f15a8b3d4394b83da62071c686eb3d
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
29
<%--
  Created by IntelliJ IDEA.
  User: Dell
  Date: 2024/1/31
  Time: 15:58
  To change this template use File | Settings | File Templates.
--%>
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<html>
<head>
    <title>Title</title>
    <link rel="stylesheet" href="../../CSS/layui.css">
    <link rel="stylesheet" href="../../CSS/layer.css">
</head>
<body>
<div class="layui-container" style="width: 100%;margin: 0px;padding: 0px">
    <div class="layui-row">
        <div class="layui-col-xs12 layui-col-md12">
            <table class="layui-hide" id="juji" lay-filter="juji"></table>
        </div>
    </div>
</div>
</body>
<script src="/hxzkuwb/HouTai/Js/jquery-3.5.1.js"></script>
<script src="../../JS/layui.js"></script>
<script src="../../JS/layer.js"></script>
<script src="WeiLanListJs/PersonJuji.js"></script>
<script src="../Role/Role2.js"></script>
</html>