| | |
| | | .DS_Store |
| | | node_modules/ |
| | | /dist/ |
| | | /build/ |
| | | dist-ssr/ |
| | | build/cool/eps.d.ts |
| | | build/cool/eps.json |
| | | |
| | | # Log files |
| | | npm-debug.log* |
| | |
| | | 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" } |
| | | ]; |
| | |
| | | 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" }, |