wangzhibo
6 天以前 da0230346106bc810664488a2b152bc24f853a44
bug fixing
1个文件已修改
4 ■■■■ 已修改文件
src/modules/shop/views/recycleorder.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/modules/shop/views/recycleorder.vue
@@ -140,7 +140,7 @@
        },
        {
            label: t('碳积分'),
            prop: "carbonPoint",
            prop: "totalCarbonPoint",
            hook: "number",
            component: { name: "el-input-number", props: { min: 0 } },
            span: 12,
@@ -178,7 +178,7 @@
        { 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",