<div class="issuesmanaitems">
|
<table>
|
<tr>
|
<td style="cursor:pointer;" onclick="javascript:window.location.href='${base}/business/pages/zcyw/myZcyw.html?flowstate=${Constants.WORKFLOW_NODE_FLOWSTATE_UNDISPOSE}'"><em class="yellow"><b><a href="#">${pendingCount}</a></b><i>待响应</i></em><span class="yellow"><font><a href="#">查看详情</a></font><a href="#"><img src="${common_static}/static/ui/images/zc-icon-183.png"/></a></span></td>
|
<td style="cursor:pointer;" onclick="javascript:window.location.href='${base}/business/pages/zcyw/myZcyw.html?flowstate=${Constants.WORKFLOW_NODE_FLOWSTATE_DOING}'"><em class="green"><b><a href="#">${inHandCount}</a></b><i>进行中</i></em><span class="green"><font><a href="#">查看详情</a></font><a href="#"><img src="${common_static}/static/ui/images/zc-icon-183.png"/></a></span></td>
|
<td style="cursor:pointer;" onclick="javascript:window.location.href='${base}/business/pages/zcyw/myZcyw.html?flowstate=${Constants.WORKFLOW_NODE_FLOWSTATE_FINISH}'" class="td"><em class="red"><b><a href="#">${processedCount}</a></b><i>已处理</i></em><span class="red"><font><a href="#">查看详情</a></font><a href="#"><img src="${common_static}/static/ui/images/zc-icon-183.png"/></a></span></td>
|
</tr>
|
</table>
|
</div>
|
|
<div class="edit_title" id="cpu">
|
<h3>驻场事件数量统计</h3>
|
</div>
|
<div id="sumLineChart" class="monitor_flowreport">
|
</div>
|
|
<div class="edit_title" id="pro">
|
<h3>驻场事件程度分析</h3>
|
</div>
|
|
<div id="pieDiv">
|
<table class="monitor_throw" >
|
<tr>
|
<td><div style="height:350px" id="lvPieChart" class="monitor_throwchart"></div></td>
|
<td><div style="height:350px" id="urPieChart" class="monitor_throwchart"></div></td>
|
<td class="last"><div style="height:350px" id="effectPieChart" class="monitor_throwchart"></div></td>
|
</tr>
|
</table>
|
</div>
|
|
<div class="edit_title" id="netCard">
|
<h3>驻场事件服务目录统计</h3>
|
</div>
|
<div id="serverColChart" class="monitor_flowreport"></div>
|