@@ -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;