|
|
|
@ -661,8 +661,10 @@
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label class="control-label col-sm-2">Alipay Category</label>
|
|
|
|
|
<div class="col-sm-10">
|
|
|
|
|
<p class="form-control-static industry-p"
|
|
|
|
|
ng-bind="partner.alipayindustry|partner_alipay_industry"></p>
|
|
|
|
|
<p class="form-control-static industry-p"ng-if="partner.alipayindustry">
|
|
|
|
|
{{partner.alipayindustry|partner_alipay_industry}}
|
|
|
|
|
({{partner.alipayindustry}})
|
|
|
|
|
</p>
|
|
|
|
|
<i class="fa fa-check-square-o check-i" aria-hidden="true"
|
|
|
|
|
ng-if="$root.complianceCheck.clientInfo"></i>
|
|
|
|
|
</div>
|
|
|
|
|