wangzhibo
5 天以前 e0a8ce586ded0d6043b1e5ec3bb050f37622897f
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" }
];