From da0230346106bc810664488a2b152bc24f853a44 Mon Sep 17 00:00:00 2001
From: wangzhibo <wangzhibo@shsening.com>
Date: 星期五, 14 八月 2026 21:55:55 +0800
Subject: [PATCH] bug fixing
---
src/modules/shop/views/recycleorder.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/modules/shop/views/recycleorder.vue b/src/modules/shop/views/recycleorder.vue
index 9788baa..c2769da 100644
--- a/src/modules/shop/views/recycleorder.vue
+++ b/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",
--
Gitblit v1.9.1