From d64c42dd723c4a1c24a2f1d41657d6bf65a0803f Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期三, 19 八月 2026 10:28:52 +0800
Subject: [PATCH] fix: 报工明细创建日期格式化
---
src/views/productionManagement/productionTraceability/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/productionManagement/productionTraceability/index.vue b/src/views/productionManagement/productionTraceability/index.vue
index 19f7ed9..9312a44 100644
--- a/src/views/productionManagement/productionTraceability/index.vue
+++ b/src/views/productionManagement/productionTraceability/index.vue
@@ -157,7 +157,7 @@
<el-table-column label="鍒涘缓鏃堕棿"
align="center">
<template #default="{ row }">
- {{ parseTime(row.createTime) }}
+ {{ parseTime(row.createTime, '{y}-{m}-{d}') }}
</template>
</el-table-column>
<el-table-column label="宸ユ椂锛坔锛�"
--
Gitblit v1.9.3