zhanghui 6 сар өмнө
parent
commit
9cac6eb190

+ 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 && scope.row.status == 3"
+                    v-if="scope.row.refundState == 0 && scope.row.status == 0"
                     type="text"
                     size="small"
                     @click="openRefundApplyBox(scope.row)"