wangzhibo
5 天以前 e0a8ce586ded0d6043b1e5ec3bb050f37622897f
add 碳积分支付
3个文件已修改
9 ■■■■■ 已修改文件
.gitignore 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/modules/order/dict/index.ts 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/modules/order/views/refund.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
.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*
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" }
];
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" },