设备管理技术状态鉴定、设备保养、设备维修下所有列表添加使用部门展示
已修改14个文件
56 ■■■■ 文件已修改
src/views/eam/base/EamMaintenanceStandardList.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/eam/maintenance/EamInspectionOrderList.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/eam/maintenance/EamSecondMaintenanceOrderList.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/eam/maintenance/EamThirdMaintenanceChangeList.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/eam/maintenance/EamThirdMaintenanceFurnaceList.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/eam/maintenance/EamThirdMaintenanceOrderList.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/eam/repair/EamRepairOrderList.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/eam/repair/EamReportAccidentsRegisterList.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/eam/repair/EamReportProductHazardsList.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/eam/repair/EamReportRepairList.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/eam/repair/EamReportThreeNoSpareList.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/eam/technical/EamTechnicalStatusEvaluationApplicationList.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/eam/technical/EamTechnicalStatusEvaluationOrderChangeList.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/eam/technical/EamTechnicalStatusEvaluationOrderList.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/eam/base/EamMaintenanceStandardList.vue
@@ -99,7 +99,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">
@@ -237,7 +237,7 @@
          },
          {
            title: '使用部门',
            dataIndex: 'factoryOrgCode',
            align: 'center',
            scopedSlots: { customRender: 'factoryOrgCode' },
          },
          {
src/views/eam/maintenance/EamInspectionOrderList.vue
@@ -86,7 +86,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">
@@ -200,7 +200,7 @@
          },
          {
            title: '使用部门',
            dataIndex: 'factoryOrgCode',
            align: 'center',
            scopedSlots: { customRender: 'factoryOrgCode' },
            fixed: 'left'
          },
src/views/eam/maintenance/EamSecondMaintenanceOrderList.vue
@@ -96,7 +96,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">
@@ -227,7 +227,7 @@
          },
          {
            title: '使用部门',
            dataIndex: 'factoryOrgCode',
            align: 'center',
            scopedSlots: { customRender: 'factoryOrgCode' },
            fixed: 'left'
          },
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'
          },
src/views/eam/maintenance/EamThirdMaintenanceFurnaceList.vue
@@ -76,7 +76,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">
@@ -165,7 +165,7 @@
          },
          {
            title: '使用部门',
            dataIndex: 'factoryOrgCode',
            align: 'center',
            scopedSlots: { customRender: 'factoryOrgCode' },
            fixed: 'left'
          },
src/views/eam/maintenance/EamThirdMaintenanceOrderList.vue
@@ -66,7 +66,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">
@@ -177,7 +177,7 @@
          },
          {
            title: '使用部门',
            dataIndex: 'factoryOrgCode',
            align: 'center',
            scopedSlots: { customRender: 'factoryOrgCode' },
            fixed: 'left'
          },
src/views/eam/repair/EamRepairOrderList.vue
@@ -64,7 +64,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">
@@ -168,7 +168,7 @@
          },
          {
            title: '使用部门',
            dataIndex: 'factoryOrgCode',
            align: 'center',
            scopedSlots: { customRender: 'factoryOrgCode' },
            fixed: 'left'
          },
src/views/eam/repair/EamReportAccidentsRegisterList.vue
@@ -70,7 +70,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">
@@ -168,7 +168,7 @@
          },
          {
            title: '使用部门',
            dataIndex: 'factoryOrgCode',
            align: 'center',
            scopedSlots: { customRender: 'factoryOrgCode' },
            fixed: 'left'
          },
src/views/eam/repair/EamReportProductHazardsList.vue
@@ -54,7 +54,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">
@@ -156,7 +156,7 @@
          },
          {
            title: '使用部门',
            dataIndex: 'factoryOrgCode',
            align: 'center',
            scopedSlots: { customRender: 'factoryOrgCode' },
            fixed: 'left'
          },
src/views/eam/repair/EamReportRepairList.vue
@@ -91,7 +91,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">
@@ -190,7 +190,7 @@
          },
          {
            title: '使用部门',
            dataIndex: 'factoryOrgCode',
            align: 'center',
            scopedSlots: { customRender: 'factoryOrgCode' },
            fixed: 'left'
          },
src/views/eam/repair/EamReportThreeNoSpareList.vue
@@ -63,7 +63,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">
@@ -191,7 +191,7 @@
          },
          {
            title: '使用部门',
            dataIndex: 'factoryOrgCode',
            align: 'center',
            scopedSlots: { customRender: 'factoryOrgCode' },
            fixed: 'left'
          },
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'
          },
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'
          },
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'
          },