From e0d6fcbb2a3759876d65652dfa7953326803b1bd Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期六, 15 八月 2026 14:14:41 +0800
Subject: [PATCH] fix: 日期格式化

---
 src/views/productionManagement/productionReporting/index.vue |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/views/productionManagement/productionReporting/index.vue b/src/views/productionManagement/productionReporting/index.vue
index fa4e163..1dc77fa 100644
--- a/src/views/productionManagement/productionReporting/index.vue
+++ b/src/views/productionManagement/productionReporting/index.vue
@@ -236,6 +236,7 @@
       label: "鍒涘缓鏃堕棿",
       prop: "createTime",
       width: 120,
+      formatData: val => proxy.parseTime(val, "{y}-{m}-{d}"),
     },
     {
       dataType: "action",

--
Gitblit v1.9.3