qushaowei
2024-07-25 52190152691bc217844d4f87b700274c297b104e
src/views/eam/modules/repairorder/moudles/RepairOrderActualHoursReport.vue
@@ -246,7 +246,7 @@
          dataIndex: 'userId',
          align: 'center',
          scopedSlots: { customRender: 'userId' },
          className: 'red',
          // className: 'red',
          width: 200
        },
        {
@@ -254,14 +254,14 @@
          dataIndex: 'principalContractor',
          align: 'center',
          scopedSlots: { customRender: 'principalContractor' },
          className: 'red',
          // className: 'red',
          width: 150
        },
        {
          title: '*实际工时',
          dataIndex: 'actualHour',
          align: 'center',
          className: 'red',
          // className: 'red',
          scopedSlots: { customRender: 'actualHour' },
          width: 150
        },