소스 검색

退款按钮显示条件

natasha 1 개월 전
부모
커밋
19a643db96
1개의 변경된 파일1개의 추가작업 그리고 5개의 파일을 삭제
  1. 1 5
      src/views/finance_manage/FlowManage.vue

+ 1 - 5
src/views/finance_manage/FlowManage.vue

@@ -418,11 +418,7 @@
                   size="small"
                   class="red-btn"
                   @click.native.prevent="handleRefund(scope.row, scope.$index)"
-                  v-if="
-                    scope.row.is_use_discount_code == 'false' &&
-                    scope.row.is_reservation === 'false' &&
-                    scope.row.is_has_refund_apply === 'false'
-                  "
+                  v-if="scope.row.is_use_discount_code == 'false'"
                 >
                   退款
                 </el-button>