From 32fb9980dfcbd8e2ff68fc0c8089b92ff2c674a5 Mon Sep 17 00:00:00 2001 From: lyh <925863403@qq.com> Date: 星期五, 05 九月 2025 17:17:31 +0800 Subject: [PATCH] 样式居中 --- src/views/eam/base/EamMaintenanceStandardList.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/eam/base/EamMaintenanceStandardList.vue b/src/views/eam/base/EamMaintenanceStandardList.vue index ff1140a..52406b7 100644 --- a/src/views/eam/base/EamMaintenanceStandardList.vue +++ b/src/views/eam/base/EamMaintenanceStandardList.vue @@ -99,7 +99,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"> @@ -237,7 +237,7 @@ }, { title: '浣跨敤閮ㄩ棬', - dataIndex: 'factoryOrgCode', + align: 'center', scopedSlots: { customRender: 'factoryOrgCode' }, }, { -- Gitblit v1.9.3