Explorar el Código

商圈订单增加同步订单状态

wzy hace 5 meses
padre
commit
2d4ecafb6c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/order/pending/index.vue

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

@@ -134,7 +134,7 @@
               详情
             </el-button>
             <el-button
-              v-if="row.state === 1" type="danger" size="mini"
+              v-if="row.state === 1 || row.state === 8" type="danger" size="mini"
               @click="$refs.PaymentStatusUpdate && $refs.PaymentStatusUpdate.handleOpen(row)"
             >
               同步支付状态