From 04a7838fced67b0dcfa3b11a77795630de2a661f Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期二, 01 七月 2025 16:26:19 +0800
Subject: [PATCH] 台账表格列宽调整

---
 src/views/equipmentManagement/upkeep/Form/PlanForm.vue |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/views/equipmentManagement/upkeep/Form/PlanForm.vue b/src/views/equipmentManagement/upkeep/Form/PlanForm.vue
index ab22cc4..a2bd2ce 100644
--- a/src/views/equipmentManagement/upkeep/Form/PlanForm.vue
+++ b/src/views/equipmentManagement/upkeep/Form/PlanForm.vue
@@ -74,7 +74,9 @@
   form.deviceLedgerId = data.deviceLedgerId;
   form.deviceName = data.deviceName;
   form.deviceModel = data.deviceModel;
-  form.maintenancePlanTime = data.maintenancePlanTime;
+  form.maintenancePlanTime = dayjs(data.maintenancePlanTime).format(
+    "YYYY-MM-DD HH:mm:ss"
+  );
 };
 
 const loadForm = () => {};

--
Gitblit v1.9.3