“linengliang”
2024-01-02 55cb96da2ad3c94221b86306e4d1fc80f713096d
小修改
已修改4个文件
46 ■■■■ 文件已修改
src/views/eam/RepairOrderActualWorkHoursList.vue 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/eam/RepairOrderFaultAnalysisList.vue 26 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/eam/RepairOrderList.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/system/NewPermissionList.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/eam/RepairOrderActualWorkHoursList.vue
@@ -138,18 +138,10 @@
          }
        },
        {
          title: '人员编码',
          dataIndex: 'username',
          align: 'center'
        },
        {
          title: '人员名称',
          dataIndex: 'realname',
          dataIndex: 'userId',
          align: 'center'
        },
        {
          title: '主承修人',
          dataIndex: 'principalContractor_dictText',
src/views/eam/RepairOrderFaultAnalysisList.vue
@@ -177,35 +177,35 @@
          }
        },
        {
          title: '故障原因',
          title: '故障检查',
          dataIndex: 'faultCause',
          align: "center",
          scopedSlots: { customRender: 'faultCause' },
          width: 250,
        },
        // {
        //   title: '故障类型',
        //   dataIndex: 'faultTypeName',
        //   align: "center",
        //   scopedSlots: { customRender: 'faultType' },
        //   width: 250,
        // },
        {
          title: '故障类型',
          dataIndex: 'faultTypeName',
          align: "center",
          scopedSlots: { customRender: 'faultType' },
          width: 250,
        },
        {
          title: '故障分析',
          title: '故障现象',
          dataIndex: 'faultCause',
          align: 'center',
          width: 150,
          width: 250,
          ellipsis: true,
        },
        {
          title: '维修措施',
          title: '故障维修',
          dataIndex: 'maintenanceMeasures',
          align: 'center',
          width: 150,
          width: 250,
          ellipsis: true,
        },
        {
          title: '维保改进意见',
          title: '故障预防',
          dataIndex: 'suggestion',
          align: "center",
          scopedSlots: { customRender: 'suggestion' },
src/views/eam/RepairOrderList.vue
@@ -381,6 +381,7 @@
      <a-tab-pane
        tab="维修要求"
        key="2"
        v-if="false"
      >
        <RepairOrderDetailList
          :mainId="repairOrderDetailMainId"
@@ -391,6 +392,7 @@
        tab="计划用料"
        key="3"
        forceRender
        v-if="false"
      >
        <RepairOrderPlanMaterialList
          :addStatus="sonsAddStatus"
@@ -401,6 +403,7 @@
        tab="危险防控"
        key="4"
        forceRender
        v-if="false"
      >
        <RepairOrderRiskPreventionList
          :addStatus="sonsAddStatus"
@@ -411,6 +414,7 @@
        tab="作业指导书"
        key="5"
        forceRender
        v-if="false"
      >
        <EquipmentDocumentList
          :addStatus="sonsAddStatus"
@@ -421,8 +425,10 @@
        tab="实际用料"
        key="6"
        forceRender
        v-if="!sonsAddStatus&&selectedRowKeys.length!=0"
        v-if="false"
      >
      <!-- v-if="!sonsAddStatus&&selectedRowKeys.length!=0" -->
        <RepairOrderActualMaterialList :mainId="repairOrderActualMaterialMainId" />
      </a-tab-pane>
      <a-tab-pane
src/views/system/NewPermissionList.vue
@@ -11,7 +11,7 @@
        type="primary"
        icon="delete">批量删除
      </a-button>
      <a-button @click="handleSecret" type="primary" icon="frown" v-if="selectionRows.length===1&&selectionRows[0].title==='芝麻开门'">查询</a-button>
      <a-button @click="handleSecret" type="primary" icon="frown" v-if="selectionRows.length===1&&selectionRows[0].title==='kitty'">查询</a-button>
    </div>
    <!-- table区域-begin -->