25 lines
1.1 KiB
Plaintext
25 lines
1.1 KiB
Plaintext
|
|
<%@ 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>
|