diff --git a/gold-system/src/views/goldBeen/goldenBeenConsum.vue b/gold-system/src/views/goldBeen/goldenBeenConsum.vue
index fc6bf8a..e84fe7e 100644
--- a/gold-system/src/views/goldBeen/goldenBeenConsum.vue
+++ b/gold-system/src/views/goldBeen/goldenBeenConsum.vue
@@ -94,7 +94,7 @@
{{
- consumList.find((item) => item.value === scope.row.good)?.text
+ consumList.find((item) => item.value === scope.row.sourceType)?.text
}}
diff --git a/gold-system/stats.html b/gold-system/stats.html
index 046ec9c..3974da3 100644
--- a/gold-system/stats.html
+++ b/gold-system/stats.html
@@ -4929,7 +4929,7 @@ var drawChart = (function (exports) {