| | |
| | | .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" }, |
| | |
| | | }, |
| | | { |
| | | label: t('碳积分'), |
| | | prop: "carbonPoint", |
| | | prop: "totalCarbonPoint", |
| | | hook: "number", |
| | | component: { name: "el-input-number", props: { min: 0 } }, |
| | | span: 12, |
| | |
| | | { label: t('预约ID'), prop: "appointmentId", minWidth: 120 }, |
| | | { label: t('状态'), prop: "status", minWidth: 120, dict: options.status }, |
| | | { label: t('总重量'), prop: "totalWeight", minWidth: 140, sortable: "custom" }, |
| | | { label: t('碳积分'), prop: "carbonPoint", minWidth: 140, sortable: "custom" }, |
| | | { label: t('碳积分'), prop: "totalCarbonPoint", minWidth: 140, sortable: "custom" }, |
| | | { |
| | | label: t('完成时间'), |
| | | prop: "finishTime", |