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/technical/EamTechnicalStatusEvaluationOrderList.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/eam/technical/EamTechnicalStatusEvaluationOrderList.vue b/src/views/eam/technical/EamTechnicalStatusEvaluationOrderList.vue
index 33796f6..c135acf 100644
--- a/src/views/eam/technical/EamTechnicalStatusEvaluationOrderList.vue
+++ b/src/views/eam/technical/EamTechnicalStatusEvaluationOrderList.vue
@@ -74,7 +74,7 @@
 
       <!--浣跨敤閮ㄩ棬-->
       <template slot="factoryOrgCode" slot-scope="text,record">
-        {{[record.zxfactoryOrgCode_dictText,record.gqfactoryOrgCode_dictText,record.factoryOrgCode_dictText].filter(item=>item).join('/')}}
+        {{[record.zxfactoryOrgCode_dictText].filter(item=>item).join('/')}}
       </template>
 
       <span slot="action" slot-scope="text, record">
@@ -170,7 +170,7 @@
           },
           {
             title: '浣跨敤閮ㄩ棬',
-            dataIndex: 'factoryOrgCode',
+            align: 'center',
             scopedSlots: { customRender: 'factoryOrgCode' },
             fixed: 'left'
           },

--
Gitblit v1.9.3