master
yixian 4 years ago
parent 2838b74fe1
commit ef13b42423

@ -310,7 +310,7 @@ define(['angular', 'jquery', 'uiRouter', './monitoring/analysis-monitoring'],
url = "https://file.royalpay.com.au/open/2019/03/27/1553658193577_ddF4FAQYBaMx2oCEUlD2f2NtW3SxYD.png";
break;
case "3":
url = "https://file.royalpay.com.au/open/2019/03/27/1553658238130_VJPI3RNmyKtcOgsV8w8yswUsYMFvGs.png\n";
url = "https://file.royalpay.com.au/open/2019/03/27/1553658238130_VJPI3RNmyKtcOgsV8w8yswUsYMFvGs.png";
break;
default:
break;

@ -406,7 +406,7 @@
</div>
<a role="button"
ng-if="riskEvent.result_type <= 1 && riskEvent.order_type < 4 && ('10000000000'|withRole)"
ng-if="riskEvent.result_type <= 1 && (riskEvent.order_type < 4 || riskEvent.order_type==6) && ('10000000000'|withRole)"
class="btn btn-info"
ng-click="resendUploadEmail()">Send Email {{riskEvent.result_type == 1 ? 'again' : ''}}
</a>

Loading…
Cancel
Save