| | |
| | | }, |
| | | { |
| | | 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", |