Explorar el Código

观影人订单,退款按钮:移除来源为1(小程序)的订单

shipeng hace 4 semanas
padre
commit
e9a92804c7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/order/viewers/index.vue

+ 1 - 1
src/views/order/viewers/index.vue

@@ -189,7 +189,7 @@
               <span v-hasPermi="['order:viewers:tuikuai']" style="display: inline-block;">
                 <el-button
                 style="margin-left: 10px;"
-                v-if="(scope.row.status == 3 || scope.row.status == 6 || scope.row.status == 7 || scope.row.status == 8) && scope.row.source != 1 && scope.row.source != 6" size="mini" type="text"
+                v-if="(scope.row.status == 3 || scope.row.status == 6 || scope.row.status == 7 || scope.row.status == 8) && scope.row.source != 6" size="mini" type="text"
                 @click="openRefundSubmitModel([scope.row])"
                 >退款</el-button>
               </span>