From 2f891889aeeafcb66eaef33e3e973fa52ebb7609 Mon Sep 17 00:00:00 2001 From: lyh <925863403@qq.com> Date: 星期五, 05 九月 2025 16:08:02 +0800 Subject: [PATCH] 去除操作 --- src/views/eam/maintenance/EamThirdMaintenanceChangeList.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/eam/maintenance/EamThirdMaintenanceChangeList.vue b/src/views/eam/maintenance/EamThirdMaintenanceChangeList.vue index 6d2edae..5865d08 100644 --- a/src/views/eam/maintenance/EamThirdMaintenanceChangeList.vue +++ b/src/views/eam/maintenance/EamThirdMaintenanceChangeList.vue @@ -43,7 +43,7 @@ <!--浣跨敤閮ㄩ棬--> <template slot="factoryCode" slot-scope="text,record"> - {{[record.zxfactoryOrgCode_dictText,record.gqfactoryOrgCode_dictText,record.factoryCode_dictText].filter(item=>item).join('/')}} + {{[record.zxfactoryOrgCode_dictText].filter(item=>item).join('/')}} </template> <span slot="action" slot-scope="text, record"> @@ -138,7 +138,7 @@ }, { title: '浣跨敤閮ㄩ棬', - dataIndex: 'factoryCode', + align: 'center', scopedSlots: { customRender: 'factoryCode' }, fixed: 'left' }, -- Gitblit v1.9.3