|
|
@@ -306,7 +306,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div ng-show="active === 'all'">
|
|
|
+ <div ng-if="active === 'all'">
|
|
|
<table class="order-table block order-table2" ng-table="tableParams" width="100%" style="table-layout:fixed">
|
|
|
<thead>
|
|
|
<tr class="header">
|
|
|
@@ -331,7 +331,7 @@
|
|
|
</div>
|
|
|
</td>
|
|
|
<td ng-if="check.totalCount.length === 0">-</td>
|
|
|
- <td style="color: #3f84f6;cursor: pointer" ng-click="goToMNs(check)">对账详情</td>
|
|
|
+ <td style="color: #3f84f6;cursor: pointer" ng-click="goToMNs(check)">对账明细</td>
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
<tbody ng-if="!ALLList || ALLList.length == 0">
|
|
|
@@ -352,7 +352,7 @@
|
|
|
</tbody>
|
|
|
</table>
|
|
|
</div>
|
|
|
- <div ng-show="active !== 'all'">
|
|
|
+ <div ng-if="active !== 'all'">
|
|
|
<table class="order-table block" ng-table="tableParams">
|
|
|
<thead>
|
|
|
<tr class="header">
|