车间能级提升-智能设备管理系统
朱桂飞
2025-01-15 d5dff36d38fc7a211b34916796bbc37f17e7a2d0
eims-ui/apps/web-antd/src/views/eims/equ/data.tsx
@@ -29,7 +29,7 @@
  },
  {
    component: 'RangePicker',
    fieldName: 'createTime',
    fieldName: 'deployDate',
    label: '使用日期'
  }
];
@@ -47,6 +47,7 @@
  {
    title: '状态',
    field: 'status',
    sortable: true,
    slots: {
      default: ({ row }) => {
        const statu = row.status;
@@ -77,12 +78,14 @@
  {
    title: '资产编号',
    field: 'assetNo',
    sortable: true,
    minWidth: 100,
    fixed: 'left'
  },
  {
    title: '设备编号',
    field: 'equCode',
    sortable: true,
    minWidth: 100
  },
  {
@@ -133,6 +136,7 @@
  {
    title: '采购日期',
    field: 'purchaseDate',
    sortable: true,
    minWidth: 120
  },
  {
@@ -158,11 +162,13 @@
  {
    title: '导入状态',
    field: 'importStatus',
    slots: { default: 'importStatus' },
    minWidth: 100
  },
  {
    title: '盘点标志',
    field: 'inventoryFlag',
    slots: { default: 'inventoryFlag' },
    minWidth: 100
  },
  {
@@ -185,7 +191,7 @@
    fixed: 'right',
    slots: { default: 'action' },
    title: '操作',
    width: 180
    width: 200
  }
];
@@ -282,8 +288,8 @@
  {
    component: 'Select',
    componentProps: {
      // 选中了就只能修改 不能重置为无负责人
      allowClear: true,
      showSearch: true,
      getPopupContainer
    },
    fieldName: 'respPerson',