lyh
2 天以前 eb5f4d80b0ff92461018245df71efb9756d55459
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'
          },