소스 검색

修改退款

pangqijun 1 년 전
부모
커밋
2290e35d67
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/finance/aftersales.vue

+ 1 - 1
src/views/finance/aftersales.vue

@@ -30,7 +30,7 @@
 
         <template slot-scope="scope" slot="menu">
             <el-button
-                    v-if="scope.row.refundState == 0"
+                    v-if="scope.row.refundState == 0 && scope.row.status == 3"
                     type="text"
                     size="small"
                     @click="openRefundApplyBox(scope.row)"