车间能级提升-智能设备管理系统
zhuguifei
2025-04-27 d7862b2890b68743ec9c4fc05800bb23ec9b412e
eims-ui/apps/web-antd/src/views/eims/repair-req/data.tsx
@@ -135,11 +135,20 @@
    minWidth: 200
  },
  {
    title: '发生时间',
    field: 'occTime',
    sortable: true,
    minWidth: 200
  },
  {
    title: '故障类别',
    field: 'faultType',
    minWidth: 100,
    slots: {
      default: ({ row }) => {
        if(!row.faultType){
          return ''
        }
        return renderDict(row.faultType, DictEnum.REPAIR_FAULT_TYPE);
      }
    }