<!doctype html>
|
<html>
|
<head>
|
<meta charset="utf-8">
|
[#include "/business/wechat/include/title.html" /]
|
[#include "/business/wechat/include/wheader.html" /]
|
</head>
|
<body >
|
<header class="kltit">
|
<a href="${base}/uwyw/uhome.html;"><span></span></a>工作报告
|
</header>
|
<section class="tasksearch">
|
<a href="${base}/uwyw/uWorkReport/uWeekIndex.html?cusId=${cusId}"><span class="taskicon29"></span><em>运维周报</em></a>
|
<a href="${base}/uwyw/uWorkReport/uMonthIndex.html?cusId=${cusId}"><span class="taskicon30"></span><em>月报</em></a>
|
<a href="${base}/uwyw/uWorkReport/uYearIndex.html?cusId=${cusId}"><span class="taskicon31"></span><em>年报</em></a>
|
</section>
|
</body>
|
</html>
|