车间能级提升-智能设备管理系统
zhuguifei
2025-02-24 8a545b65a8d29961543a8d66bab2dbec58e5f89c
eims-ui/apps/web-antd/src/views/eims/repair-req/data.tsx
@@ -108,6 +108,12 @@
    minWidth: 200
  },
  {
    title: '设备名称',
    field: 'equName',
    sortable: true,
    minWidth: 120
  },
  {
    title: '故障类别',
    field: 'faultType',
    minWidth: 100,
@@ -183,6 +189,24 @@
    }
  },
  {
    component: 'Input',
    fieldName: 'fixtureName',
    label: '工具名称',
    dependencies: {
      show: () => false,
      triggerFields: ['']
    }
  },
  {
    component: 'Input',
    fieldName: 'fixtureId',
    label: '工具id',
    dependencies: {
      show: () => false,
      triggerFields: ['']
    }
  },
  {
    component: 'Select',
    componentProps: {
      getPopupContainer,