From 3ee27be7fadb2fd30bd42991ef810014f1e91a19 Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期二, 11 八月 2026 18:34:13 +0800
Subject: [PATCH] fix: 发货审批的发货日期字段错误

---
 src/views/safeProduction/dangerInvestigation/index.vue |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/views/safeProduction/dangerInvestigation/index.vue b/src/views/safeProduction/dangerInvestigation/index.vue
index cb09e52..4caac4e 100644
--- a/src/views/safeProduction/dangerInvestigation/index.vue
+++ b/src/views/safeProduction/dangerInvestigation/index.vue
@@ -69,7 +69,11 @@
                          show-overflow-tooltip />
         <el-table-column label="涓婃姤鏃堕棿"
                          prop="createTime"
-                         show-overflow-tooltip />
+                         show-overflow-tooltip >
+          <template #default="scope">
+            {{ scope.row.createTime ? scope.row.createTime.split(' ')[0] : '-' }}
+          </template>
+        </el-table-column>
         <el-table-column label="鏁存敼瀹屾垚鏈熼檺"
                          prop="rectifyTime"
                          width="120"
@@ -160,7 +164,7 @@
             <el-form-item label="闅愭偅缂栧彿锛�"
                           prop="hiddenCode">
               <el-input v-model="form.hiddenCode"
-                        placeholder="鑷姩鐢熸垚"
+                        placeholder="淇濆瓨鍚庤嚜鍔ㄧ敓鎴�"
                         disabled
                         clearable />
             </el-form-item>

--
Gitblit v1.9.3