车间能级提升-智能设备管理系统
zhuguifei
3 天以前 453f63fd6cd6466222304df619e62b3a5667ca68
eims-ui/apps/web-antd/src/views/eims/maint-st/data.tsx
@@ -10,15 +10,23 @@
import { renderDict } from '#/utils/render';
export const querySchema: FormSchemaGetter = () => [
  // {
  //   component: 'Input',
  //   fieldName: 'title',
  //   label: '标题'
  // },
  // {
  //   component: 'Input',
  //   fieldName: 'assetno',
  //   label: '资产编号'
  // },
  {
    component: 'Input',
    fieldName: 'title',
    label: '标题'
  },
  {
    component: 'Input',
    fieldName: 'assetno',
    label: '资产编号'
    fieldName: 'params.searchValue',
    componentProps: {
      placeholder: '请输入标题或资产编号'
    },
    label: '关键字'
  },
  {
    component: 'RangePicker',
@@ -78,16 +86,16 @@
      }
    }
  },
  {
    title: '保养中',
    field: 'byCount',
    minWidth: 80,
    slots: {
      default: ({ row }) => {
        return <Tag color="blue">{row.byCount}</Tag>;
      }
    }
  },
  // {
  //   title: '保养中',
  //   field: 'byCount',
  //   minWidth: 80,
  //   slots: {
  //     default: ({ row }) => {
  //       return <Tag color="blue">{row.byCount}</Tag>;
  //     }
  //   }
  // },
  {
    title: '待验证',
    field: 'dyzCount',