IntelligentRecognition/ah-jjsp-web/.svn/pristine/89/89379dd6811d85117c0dccc9477...

39 lines
1.3 KiB
Plaintext

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="../../../js/layui-v2.6.8/css/layui.css">
<link rel="stylesheet" href="../../../css/table-common2.css">
<script src="../../../js/public/jquery-3.6.0.js" type="text/javascript"></script>
<script src="../../../js/public/public.js" type="text/javascript"></script>
<script src="../../../js/public/sm3.js" type="text/javascript"></script>
<script src="../../../js/layui-v2.6.8/layui.js"></script>
<script src="../../../js/public/select.js"></script>
<script src="../../../js/public/commonUtils.js"></script>
<script src="../../../js/public/aes.js"></script>
<title>工程修改历史记录</title>
</head>
<style>
.table-box {
width: 98%;
padding: 0 1%;
}
</style>
<body>
<div id="content" style="height: calc(100% - 60px);padding: 20px 0 0 0;">
<div class="table-box" table-responsive style="z-index: 1;height: calc(100% - 50px);">
<table id="proEditHistory" class="table" lay-filter="proEditHistory"></table>
<div id="voi-page" class="layout"></div>
</div>
</div>
</body>
<style>
.layui-table-init {
background-color: transparent !important;
}
</style>
<script src="../../../js/projectInformation/child/proEditHistory.js"></script>
</html>