yumeng hace 1 año
padre
commit
a1cff4ccf8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;