|
|
@@ -9,16 +9,18 @@
|
|
|
<thead>
|
|
|
<th width="120px;" class="text-center">付款企业</th>
|
|
|
</thead>
|
|
|
- <tbody >
|
|
|
- <div style="overflow-y: scroll; width: 100%; max-height: 500px" ng-if="paycompanies.length != 0">
|
|
|
+ <tbody ng-if="paycompanies.length != 0">
|
|
|
+ <div style="overflow-y: scroll; width: 100%; max-height: 500px" >
|
|
|
<tr ng-repeat="company in paycompanies">
|
|
|
<td width="80px;"><a style="text-decoration: none"
|
|
|
ng-bind="::company.enname" ng-click="select(company)"></a></td>
|
|
|
</tr>
|
|
|
</div>
|
|
|
- <div ng-if="paycompanies.length == 0">
|
|
|
+ <tbody>
|
|
|
+ <tbody ng-if="paycompanies.length == 0">
|
|
|
+ <div>
|
|
|
<tr>
|
|
|
- <td class="text-center"><i class="fa fa-exclamation-circle"></i>暂无付款企业信息</td>
|
|
|
+ <td width="80px;" class="text-center"><i class="fa fa-exclamation-circle"></i> 暂无付款企业信息</td>
|
|
|
</tr>
|
|
|
</div>
|
|
|
<tbody>
|