From 41d9daf134e8f096eca81278967a2683f81ae03c Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期一, 08 十二月 2025 10:39:06 +0800
Subject: [PATCH] fix: bug
---
src/views/DataReport/DistributionDetailReport.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/DataReport/DistributionDetailReport.vue b/src/views/DataReport/DistributionDetailReport.vue
index 55134bf..6ccf6ba 100644
--- a/src/views/DataReport/DistributionDetailReport.vue
+++ b/src/views/DataReport/DistributionDetailReport.vue
@@ -104,7 +104,7 @@
queryKey: ['taskServices/getTaskSettlementReleaseReports'],
columnsRenderProps: {
amount: { type: 'money' },
- month: { type: 'date', format: 'YYYY-MM-DD' },
+ month: { type: 'date', format: 'YYYY-M' },
createdTime: { type: 'date' },
},
}
--
Gitblit v1.9.1