yn_hxy_web/hxy-web/html/wireManager/wages.html

24 lines
941 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>护线员考勤</title>
<script src="../../js/public/token.js"></script>
<script src="../../js/public/public.js"></script>
<script src="../../js/public/public_utils.js"></script>
<script src="../../js/public/aescbc.js"></script>
<script src="../../plugs/jquery/jquery-3.6.0.min.js"></script>
<script src="../../plugs/layui-v2.9.2/layui/layui.js"></script>
<link href="../../plugs/layui-v2.9.2/layui/css/layui.css" rel="stylesheet">
<script src="../../util/Interceptor.js"></script>
<!--业务js-->
<!-- <script src="../../js/wireManager/header.js"></script> -->
<!-- css -->
<!-- <link type="text/css" media="screen" href="../../css/header.css" rel="stylesheet"> -->
</head>
<body>
<div style="height: 100%;width: 100%;display: flex;flex-direction: column;margin: 0;">
工资上报
</div>
</body>
</html>