From 941264f37a73fa4736b9d1e12d85afbb5360c346 Mon Sep 17 00:00:00 2001
From: hdy <1105738590@qq.com>
Date: 星期三, 24 一月 2024 13:48:08 +0800
Subject: [PATCH] 修改-总装上线

---
 jcdm-ui/src/views/main/pr/tightenReport/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/jcdm-ui/src/views/main/pr/tightenReport/index.vue b/jcdm-ui/src/views/main/pr/tightenReport/index.vue
index edb177a..f1f45df 100644
--- a/jcdm-ui/src/views/main/pr/tightenReport/index.vue
+++ b/jcdm-ui/src/views/main/pr/tightenReport/index.vue
@@ -40,7 +40,7 @@
         <el-table-column label="鍙傛暟鍊�" align="center" prop="paramValue"></el-table-column>
         <el-table-column label="閲囬泦鏃堕棿" align="center" prop="collectionTime" width="180">
           <template slot-scope="scope">
-            <span>{{ parseTime(scope.row.collectionTime, '{y}-{m}-{d}') }}</span>
+            <span>{{ parseTime(scope.row.collectionTime, '{y}-{m}-{d} {h}:{i}:{s}') }}</span>
           </template>
         </el-table-column>
         <el-table-column label="鐘舵��" align="center" prop="state"></el-table-column>

--
Gitblit v1.9.3