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 ++-
 .gitignore                         |    3 +--
 src/modules/order/dict/index.ts    |    3 ++-
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index 797816c..0d6f1ef 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,9 +1,8 @@
 .DS_Store
 node_modules/
 /dist/
+/build/
 dist-ssr/
-build/cool/eps.d.ts
-build/cool/eps.json
 
 # Log files
 npm-debug.log*
diff --git a/src/modules/order/dict/index.ts b/src/modules/order/dict/index.ts
index 667e175..05895bc 100644
--- a/src/modules/order/dict/index.ts
+++ b/src/modules/order/dict/index.ts
@@ -12,5 +12,6 @@
 export const PayType = [
 	{ label: "寰呮敮浠�", value: 0, type: "info" },
 	{ label: "寰俊", value: 1, color: "#2aae67" },
-	{ label: "鏀粯瀹�", value: 2, color: "#1678FF" }
+	{ label: "鏀粯瀹�", value: 2, color: "#1678FF" },
+	{ label: "纰崇Н鍒�", value: 3, color: "#1a16ff" }
 ];
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