git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@9710 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
@@ -12511,7 +12511,7 @@ define([ 'toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
}
$scope.close = function() {
- $modalInstance.close();
+ $modalInstance.dismiss();
}]);
@@ -68,7 +68,7 @@
<td class="text-center" >
<span ng-bind="::customer.myEnterprise.enAddress"></span>
</td>
- <td><span ng-if="customer.apcheck != 0">启用</span>
+ <td class="text-center"><span ng-if="customer.apcheck != 0">启用</span>
<span ng-if="customer.apcheck == 0">未启用</span>
<td class="text-center"><a class="btn btn-sm" title="选择" href="javascript:void(0)" ng-click="select(customer)" style="text-decoration: none;" ng-disabled = "customer.apcheck == 0">选择</a></td>