src/views/eam/technical/EamTechnicalStatusEvaluationApplicationList.vue
@@ -55,7 +55,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"> @@ -144,7 +144,7 @@ }, { title: '使用部门', dataIndex: 'factoryCode', align: 'center', scopedSlots: { customRender: 'factoryCode' }, fixed: 'left' },