From eb5f4d80b0ff92461018245df71efb9756d55459 Mon Sep 17 00:00:00 2001
From: lyh <925863403@qq.com>
Date: 星期五, 05 九月 2025 17:18:56 +0800
Subject: [PATCH] 样式居中

---
 src/views/eam/repair/EamRepairOrderList.vue |   22 ++++++++++++++++++++--
 1 files changed, 20 insertions(+), 2 deletions(-)

diff --git a/src/views/eam/repair/EamRepairOrderList.vue b/src/views/eam/repair/EamRepairOrderList.vue
index e1913f3..6c787b6 100644
--- a/src/views/eam/repair/EamRepairOrderList.vue
+++ b/src/views/eam/repair/EamRepairOrderList.vue
@@ -61,6 +61,12 @@
                :pagination="ipagination" :loading="loading"
                :rowSelection="{selectedRowKeys: selectedRowKeys, onChange: onSelectChange}" @change="handleTableChange"
                :scroll="{x:'max-content'}">
+
+        <!--浣跨敤閮ㄩ棬-->
+        <template slot="factoryOrgCode" slot-scope="text,record">
+          {{[record.zxfactoryOrgCode_dictText].filter(item=>item).join('/')}}
+        </template>
+
         <span slot="action" slot-scope="text, record">
           <template v-if="record.repairStatus=='PENDING_REPAIR'||record.repairStatus=='UNDER_MAINTENANCE' ||record.repairStatus=='REJECTED'">
             <a-popconfirm v-if="record.claimStatus=='0' || record.claimStatus==null " title="纭畾鎻愪氦鍚�?" @confirm="() => handleClaim(record.id)">
@@ -161,6 +167,12 @@
             fixed: 'left'
           },
           {
+            title: '浣跨敤閮ㄩ棬',
+            align: 'center',
+            scopedSlots: { customRender: 'factoryOrgCode' },
+            fixed: 'left'
+          },
+          {
             title: '缁翠慨鐘舵��',
             align: 'center',
             dataIndex: 'repairStatus_dictText',
@@ -188,6 +200,12 @@
             dataIndex: 'reportPerson_dictText',
           },
           {
+            title: '鏁呴殰寮�濮嬫椂闂�',
+            align: 'center',
+            dataIndex: 'faultStartTime',
+            width: 200
+          },
+          {
             title: '缁翠慨寮�濮嬫椂闂�',
             align: 'center',
             dataIndex: 'actualStartTime',
@@ -200,13 +218,13 @@
             width: 200
           },
           {
-            title: '缁翠慨鏃堕暱',
+            title: '缁翠慨鏃堕暱(灏忔椂)',
             align: 'center',
             dataIndex: 'repairDuration',
             width: 200
           },
           {
-            title: '鏁呴殰鏃堕暱',
+            title: '鏁呴殰鏃堕暱(灏忔椂)',
             align: 'center',
             dataIndex: 'faultDuration',
             width: 200

--
Gitblit v1.9.3