From f48113b0c3dd8d11aa244c64c3a492216c613fef Mon Sep 17 00:00:00 2001
From: yuan <123@>
Date: 星期一, 22 六月 2026 17:13:56 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/dev_pro_河南鹤壁' into dev_pro_河南鹤壁

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

diff --git a/src/views/productionManagement/productionReporting/index.vue b/src/views/productionManagement/productionReporting/index.vue
index 8821c9f..e94919b 100644
--- a/src/views/productionManagement/productionReporting/index.vue
+++ b/src/views/productionManagement/productionReporting/index.vue
@@ -163,6 +163,7 @@
   import { productionProductMainListPage } from "@/api/productionManagement/productionProductMain.js";
   import { userListNoPageByTenantId } from "@/api/system/user.js";
   import InputModal from "@/views/productionManagement/productionReporting/Input.vue";
+  import dayjs from "dayjs";
 
   const data = reactive({
     searchForm: {
@@ -236,6 +237,7 @@
       label: "鍒涘缓鏃堕棿",
       prop: "createTime",
       width: 160,
+      formatData: val => (val ? dayjs(val).format("YYYY-MM-DD") : ""),
     },
     {
       dataType: "action",

--
Gitblit v1.9.3