cy
2022-06-21 129904537f66509f97b285e7eb4f42b3dc349dd0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<nav class="fs_nav">
    <div class="fsnav_con">
        <h3>日常运维信息</h3>
        <a [#if focusLabel==Constants.ORDER]class="focus"[/#if] href="${base}/uc/ucorder/ucordersList.html"><span>工单管理</span></a>
        <a [#if focusLabel==Constants.WORKFLOW_BASE_BUSINESS_TYPE_INCIDENT]class="focus"[/#if] href="${base}/uc/ucincident/ucincidentList.html"><span>事件管理</span></a>
        <a [#if focusLabel==Constants.WORKFLOW_BASE_BUSINESS_TYPE_QUESTION]class="focus"[/#if] href="${base}/uc/ucquestion/ucquestionList.html"><span>问题管理</span></a>
        <a [#if focusLabel==Constants.WORKFLOW_BASE_BUSINESS_TYPE_INCIDENT_LOCAL]class="focus"[/#if] href="${base}/uc/uczcyw/uczcyws.html"><span>驻场运维</span></a>
        <a [#if focusLabel==Constants.WORKFLOW_BASE_BUSINESS_TYPE_CI_ADD]class="focus"[/#if] href="${base}/uc/ucciadd/ucaddList.html"><span>配置采集</span></a>
        <a [#if focusLabel==Constants.WORKFLOW_BASE_BUSINESS_TYPE_CI_REMIND]class="focus"[/#if] href="${base}/uc/ucciremind/ucremindList.html"><span>例行维保</span></a>
        <a [#if focusLabel==Constants.WORKFLOW_BASE_BUSINESS_TYPE_CI_HEALTH]class="focus"[/#if] href="${base}/uc/uchealth/uchealthList.html"><span>健康检查</span></a>
        <a [#if focusLabel==Constants.WORKFLOW_BASE_BUSINESS_TYPE_KNOWLEDGE]class="focus"[/#if] href="${base}/uc/ucknoworder/ucknowledgeList.html"><span>知识管理</span></a>
        <a [#if focusLabel==Constants.WORKFLOW_BASE_BUSINESS_TYPE_CI_CHANGE]class="focus"[/#if] href="${base}/uc/ucchange/ucchangeList.html"><span>变更管理</span></a>
        <a [#if focusLabel==Constants.WORKFLOW_BASE_BUSINESS_TYPE_RELEASE]class="focus"[/#if] href="${base}/uc/ucrelease/ucreleaseList.html"><span>发布管理</span></a>
        <a [#if focusLabel=="REPAIR"]class="focus"[/#if] href="${base}/uc/ucsearch/ucrepairList.html"><span>报修记录</span></a>
    </div>
</nav>