From 34f4b57ab6b7af1c176ae438b0d284b67aef2edc Mon Sep 17 00:00:00 2001
From: liutong <836164388@qq.com>
Date: Mon, 16 Dec 2024 16:55:31 +0800
Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E8=AE=A2=E5=8D=95=E5=88=97?=
=?UTF-8?q?=E8=A1=A8=E7=94=B3=E8=AF=B7=E5=94=AE=E5=90=8E=E6=8C=89=E9=92=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/order/index.vue | 70 ++++++++++++++++++++++++++++++++++++++-----
1 file changed, 62 insertions(+), 8 deletions(-)
diff --git a/pages/order/index.vue b/pages/order/index.vue
index adeba86..814f302 100644
--- a/pages/order/index.vue
+++ b/pages/order/index.vue
@@ -186,6 +186,20 @@
{{scope.row.order_status_name}}
+
+
+
+ 已支付
+ 部分支付
+ 未支付
+
+
+
+
取消订单
+
+
+
+
+
+
+
+
+
+
+
申请售后
+ v-if="[0,1,3,4].includes(scope.row.order_status) && [0,2].includes(scope.row.pay.pay_status)"
+ @click="clickSpsh(scope.row)">
+ 申请售后
+
+
+
+
+