From 6623e51d0b1edb191ca50201c0130cb5ed1beda8 Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期五, 08 五月 2026 14:03:02 +0800
Subject: [PATCH] 青岛推送

---
 src/views/business/maintain/index.vue |   22 ++++++++++++++--------
 1 files changed, 14 insertions(+), 8 deletions(-)

diff --git a/src/views/business/maintain/index.vue b/src/views/business/maintain/index.vue
index 29c2bbb..360fb9d 100644
--- a/src/views/business/maintain/index.vue
+++ b/src/views/business/maintain/index.vue
@@ -111,11 +111,10 @@
         v-loading="loading"
         :data="maintenanceList"
         @selection-change="handleSelectionChange"
-        @row-click="handleRowClick"
       >
         <el-table-column type="selection" width="55" align="center" />
         <el-table-column
-          label="浣忛櫌鍙�"
+          label="妗堜緥缂栧彿"
           align="center"
           prop="caseNo"
           width="120"
@@ -191,31 +190,38 @@
           prop="coordinatorName"
           width="100"
         />
-        <el-table-column
+        <!-- <el-table-column
           label="缁存姢椤圭洰"
           align="center"
           prop="itemName"
           width="120"
           show-overflow-tooltip
-        />
+        /> -->
         <el-table-column
-          label="缁存姢鏃堕棿"
+          label="鏈�鏂扮淮鎶ゆ椂闂�"
           align="center"
-          prop="itemTime"
+          prop="updateTime"
           width="140"
         >
           <template slot-scope="scope">
             <span>{{
-              scope.row.itemTime
-                ? parseTime(scope.row.itemTime, "{y}-{m}-{d} {h}:{i}")
+              scope.row.updateTime
+                ? parseTime(scope.row.updateTime)
                 : "-"
             }}</span>
           </template>
         </el-table-column>
         <el-table-column
+          label="缁存姢浜哄憳"
+          align="center"
+          prop="updateBy"
+          width="120"
+        />
+        <el-table-column
           label="鎿嶄綔"
           align="center"
           width="120"
+          fixed="right"
           class-name="small-padding fixed-width"
         >
           <template slot-scope="scope">

--
Gitblit v1.9.3