From f1ce06843ba7498ff0966d506304670e687c29ae Mon Sep 17 00:00:00 2001 From: zhaowei <zhaowei> Date: 星期五, 05 九月 2025 17:47:57 +0800 Subject: [PATCH] 1、mdc首页工段级看板删除二保计划 2、调整mdc首页整体背景颜色 --- src/views/eam/technical/EamTechnicalStatusEvaluationOrderChangeList.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/eam/technical/EamTechnicalStatusEvaluationOrderChangeList.vue b/src/views/eam/technical/EamTechnicalStatusEvaluationOrderChangeList.vue index fce2740..a181cde 100644 --- a/src/views/eam/technical/EamTechnicalStatusEvaluationOrderChangeList.vue +++ b/src/views/eam/technical/EamTechnicalStatusEvaluationOrderChangeList.vue @@ -43,7 +43,7 @@ <!--浣跨敤閮ㄩ棬--> <template slot="factoryOrgCode" 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"> @@ -130,7 +130,7 @@ }, { title: '浣跨敤閮ㄩ棬', - dataIndex: 'factoryOrgCode', + align: 'center', scopedSlots: { customRender: 'factoryOrgCode' }, fixed: 'left' }, -- Gitblit v1.9.3