GZMachinesWeb/WebContent/WEB-INF/views/sys/tips.jsp

25 lines
1.1 KiB
Plaintext
Raw Normal View History

2025-06-20 17:47:53 +08:00
<%@ page contentType="text/html;charset=UTF-8" %>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<!DOCTYPE html >
<html lang="en">
<head>
<%@include file="../baseset.jsp" %>
<%@include file="../systemset.jsp" %>
<link rel="stylesheet" href="${bonuspath}/static/plugins/zTree/3.5/zTreeStyle.css" />
<script src="${bonuspath}/static/plugins/zTree/3.5/jquery.ztree.core-3.5.min.js"></script>
<script src="${bonuspath}/static/js/layer.js"></script>
<link rel="stylesheet" href="${bonuspath}/static/js/layui/css/layui.css" />
<script src="${bonuspath}/static/js/layui/layui.js"></script>
<script src="${bonuspath}/static/js/ace/select2.full.js"></script>
</head>
<body>
<div style="text-align: center;">
<span style="font-size: 20px;color: red">岗位说明描述包含客服、维修、检验</span><br/>
<span style="font-size: 30px;color: red">客服:指派客户代表</span><br/>
<span style="font-size: 30px;color: red">维修app维修人员</span><br/>
<span style="font-size: 30px;color: red">检验:指派检验员</span><br/>
</div>
</body>
</html>