From e0a8ce586ded0d6043b1e5ec3bb050f37622897f Mon Sep 17 00:00:00 2001
From: wangzhibo <wangzhibo@shsening.com>
Date: 星期六, 15 八月 2026 19:58:44 +0800
Subject: [PATCH] add 碳积分支付
---
src/modules/order/views/refund.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/modules/order/views/refund.vue b/src/modules/order/views/refund.vue
index 59f4275..5e6113b 100644
--- a/src/modules/order/views/refund.vue
+++ b/src/modules/order/views/refund.vue
@@ -55,7 +55,8 @@
const options = reactive({
payType: [
{ label: "寰俊", value: 1, color: "#2aae67" },
- { label: "鏀粯瀹�", value: 2, color: "1678FF" }
+ { label: "鏀粯瀹�", value: 2, color: "1678FF" },
+ { label: "纰崇Н鍒�", value: 3, color: "1a16ff" },
],
status: [
{ label: "鐢宠涓�", value: 0, type: "info" },
--
Gitblit v1.9.1