From 192b72691bb33729ea757893e5beeebbb88495c6 Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期日, 21 六月 2026 16:18:33 +0800
Subject: [PATCH] Merge branch 'dev_pro_河南鹤壁_泽淇实业' of http://114.132.189.42:9002/r/product-inventory-management 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 fa4e163..ee7b8ad 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: 120,
+ formatData: val => (val ? dayjs(val).format("YYYY-MM-DD") : ""),
},
{
dataType: "action",
--
Gitblit v1.9.3