From db1ca3ed5ae742bdab3f987eb9b6ad250ce26d5b Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期五, 12 十二月 2025 19:59:33 +0800
Subject: [PATCH] feat: 新增渠道包
---
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