|
|
|
@ -8,7 +8,7 @@
|
|
|
|
|
<li ui-sref-active-eq="active" ng-if="('monitor'|withModule)&&(currentUser.org_id==null||currentUser.org_id==1)">
|
|
|
|
|
<a ui-sref="analysis_monitoring.monitor"><i class="fa fa-tv"></i> <span>交易监控|Trade Monitor</span></a>
|
|
|
|
|
</li>
|
|
|
|
|
<li ui-sref-active-eq="active">
|
|
|
|
|
<li ui-sref-active-eq="active" ng-if="('monitor'|withModule)&&(currentUser.org_id==null)">
|
|
|
|
|
<a ui-sref="analysis_monitoring.cheat"><i class="fa fa-tv"></i> <span>警告监控|Risk Monitor</span></a>
|
|
|
|
|
</li>
|
|
|
|
|
|
|
|
|
@ -16,7 +16,7 @@
|
|
|
|
|
<a ui-sref="analysis_monitoring.cheat_monitor"><i class="fa fa-tv"></i> <span>风控配置|Cheat Monitor</span></a>
|
|
|
|
|
</li>
|
|
|
|
|
|
|
|
|
|
<li ui-sref-active-eq="active">
|
|
|
|
|
<li ui-sref-active-eq="active" ng-if="('monitor'|withModule)&&(currentUser.org_id==null)">
|
|
|
|
|
<a ui-sref="analysis_monitoring.pre_refund"><i class="fa fa-tv"></i> <span>欠款|Pre Refund</span></a>
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|