fix a+kyc通知增加bd显示以及条件筛选

master
Todking 3 years ago
parent b548fb15c3
commit cbadf4070d

@ -90,22 +90,25 @@
<div class="box box-danger" ng-if="showClients"> <div class="box box-danger" ng-if="showClients">
<div class="modal-body"> <div class="modal-body">
<h3>{{clientTitle}}—商户列表</h3> <div style="display: flex;align-items: center;justify-content: space-between">
<div>
<span style="font-size: 20px">{{clientTitle}}—商户列表</span>
<select style="width: 100px;height: 30px;margin-left: 20px" ng-model="clientStatus"
ng-change="changeClientStatus(clientStatus,1)"
ng-options="status.id as status.label for status in status">
</select>
</div>
<button class="btn btn-success" type="button" ng-click="download()" ng-if="noticeClients != null && noticeClients != '' && false">
<i class="fa fa-download"></i> 下载
</button>
</div>
<div class="box-body table-responsive"> <div class="box-body table-responsive">
<table class="table table-bordered table-striped table-hover"> <table class="table table-bordered table-striped table-hover">
<thead> <thead>
<tr> <tr>
<th>商户名称</th> <th>商户名称</th>
<th>所属BD</th> <th>所属BD</th>
<th style="text-align: center"> <th style="text-align: center">商户操作状态</th>
商户操作状态
<span>
<select style="width: 100px;height: 30px" ng-model="clientStatus"
ng-change="changeClientStatus(clientStatus,1)"
ng-options="status.id as status.label for status in status">
</select>
</span>
</th>
<th style="text-align: center">运营操作状态</th> <th style="text-align: center">运营操作状态</th>
<th style="text-align: center">操作</th> <th style="text-align: center">操作</th>
</tr> </tr>

Loading…
Cancel
Save