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