From 915aa93d7a0cc8e5cc3eacfe05a81025780fccf5 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期五, 23 一月 2026 16:37:13 +0800
Subject: [PATCH] fix: 完成工单上传附件功能

---
 src/views/inventoryManagement/stockManagement/index.vue |   19 +++++++++++++------
 1 files changed, 13 insertions(+), 6 deletions(-)

diff --git a/src/views/inventoryManagement/stockManagement/index.vue b/src/views/inventoryManagement/stockManagement/index.vue
index 08d05bd..88ca4ff 100644
--- a/src/views/inventoryManagement/stockManagement/index.vue
+++ b/src/views/inventoryManagement/stockManagement/index.vue
@@ -47,12 +47,15 @@
                              label="搴忓彿"
                              type="index"
                              width="60" />
+            <el-table-column label="鍏ュ簱鏃ユ湡"
+                             prop="createTime"
+                             width="120">
+              <template #default="scope">
+                {{ parseTime(scope.row.createTime, '{y}-{m}-{d}') || '-' }}
+              </template>
+            </el-table-column>
             <el-table-column label="浜у搧鍚嶇О"
                              prop="productName"
-                             width="180"
-                             show-overflow-tooltip />
-            <el-table-column label="浜у搧缂栧彿"
-                             prop="productCode"
                              width="180"
                              show-overflow-tooltip />
             <el-table-column label="浜у搧瑙勬牸"
@@ -129,8 +132,12 @@
                              width="60" />
             <el-table-column label="鍏ュ簱鏃ユ湡"
                              prop="createTime"
-                             width="100"
-                             show-overflow-tooltip />
+                             width="120"
+                             show-overflow-tooltip>
+              <template #default="scope">
+                {{ parseTime(scope.row.createTime, '{y}-{m}-{d}') || '-' }}
+              </template>
+            </el-table-column>
             <el-table-column label="閲囪喘鍚堝悓鍙�"
                              prop="purchaseContractNumber"
                              width="180"

--
Gitblit v1.9.3