GZMachinesWeb/.svn/pristine/08/0834e32b8ddaf110dfbba04d765...

25 lines
1.1 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<%@ 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>