|
|
@@ -951,7 +951,6 @@
|
|
|
<div class="row">
|
|
|
<button style="width:0;height:0;background: transparent;border:0;"></button>
|
|
|
<div class="col-sm-12" style="text-align: center;">
|
|
|
- <button class="btn" ng-click="cancelAdd()" style="background: #acabab;color:#fff">取消</button>
|
|
|
<button class="btn" type="submit" ng-click="ensureAddAccount()" style="background: #5078cb;color:#fff">确定</button>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -975,6 +974,7 @@
|
|
|
<!--<p><i class="fa fa-exclamation-circle"></i>是否要删除此账户信息?</p>-->
|
|
|
<p style="width:80%;line-height:20px;margin: 15px;margin-left: 30px;"><i class="fa fa-exclamation-circle"></i>此操作会让使用中的收款账户失效,是否确定重新使用?</p>
|
|
|
<div>
|
|
|
+ <a ng-click="cancelReuse()">取消</a>
|
|
|
<a ng-click="ensureReuse()">确认</a>
|
|
|
</div>
|
|
|
</div>
|