From d86a63d65e195a8c6a807535d936dbc7e2121216 Mon Sep 17 00:00:00 2001
From: lyh <925863403@qq.com>
Date: 星期四, 04 九月 2025 17:36:17 +0800
Subject: [PATCH] 设备管理技术状态鉴定、设备保养、设备维修下所有列表添加使用部门展示

---
 src/views/eam/technical/EamTechnicalStatusEvaluationOrderChangeList.vue |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/src/views/eam/technical/EamTechnicalStatusEvaluationOrderChangeList.vue b/src/views/eam/technical/EamTechnicalStatusEvaluationOrderChangeList.vue
index af6f18f..a181cde 100644
--- a/src/views/eam/technical/EamTechnicalStatusEvaluationOrderChangeList.vue
+++ b/src/views/eam/technical/EamTechnicalStatusEvaluationOrderChangeList.vue
@@ -40,6 +40,12 @@
     <!-- table鍖哄煙-begin -->
     <a-table ref="table" size="middle" bordered rowKey="id" :columns="columns" :dataSource="dataSource"
              :pagination="ipagination" :loading="loading" :scroll="{x:'max-content'}" @change="handleTableChange">
+
+      <!--浣跨敤閮ㄩ棬-->
+      <template slot="factoryOrgCode" slot-scope="text,record">
+        {{[record.zxfactoryOrgCode_dictText].filter(item=>item).join('/')}}
+      </template>
+
         <span slot="action" slot-scope="text, record">
           <tamplate v-if="record.changeStatus=='WAIT_SUBMIT'">
           <a @click="handleEdit(record)">缂栬緫</a>
@@ -123,6 +129,12 @@
             fixed: 'left'
           },
           {
+            title: '浣跨敤閮ㄩ棬',
+            align: 'center',
+            scopedSlots: { customRender: 'factoryOrgCode' },
+            fixed: 'left'
+          },
+          {
             title: '宸ュ崟鍙�',
             align: 'center',
             dataIndex: 'orderId'

--
Gitblit v1.9.3