yumeng 1 year ago
parent
commit
a1cff4ccf8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/modules/policy-management/applicationLog.vue

+ 1 - 1
src/views/modules/policy-management/applicationLog.vue

@@ -1601,7 +1601,7 @@
             // 查看的按钮
             handleDetail(list, type) {
                 if (list.paymentType == 1) {
-                    if (this.roleCode == "financialReview") {
+                    if (this.roleCode == "financialReview"  || this.roleCode == "finance") {
                         this.showAction = true;
                     } else {
                         this.showAction = false;