src/views/eam/maintenance/EamThirdMaintenanceFurnaceList.vue
@@ -74,6 +74,11 @@
          <a-switch v-if="text" checked-children="是" un-checked-children="否" :checked="Boolean(+text)" disabled/>
        </template>
        <!--使用部门-->
        <template slot="factoryOrgCode" slot-scope="text,record">
          {{[record.zxfactoryOrgCode_dictText].filter(item=>item).join('/')}}
        </template>
        <span slot="action" slot-scope="text, record">
          <template v-if="record.maintenanceStatus==='WAIT_MAINTENANCE'">
             <a @click="handleEdit(record)">编辑</a>
@@ -159,6 +164,12 @@
            fixed: 'left'
          },
          {
            title: '使用部门',
            align: 'center',
            scopedSlots: { customRender: 'factoryOrgCode' },
            fixed: 'left'
          },
          {
            title: '保养状态',
            align: 'center',
            dataIndex: 'maintenanceStatus_dictText',