车间能级提升-智能设备管理系统
baoshiwei
2025-06-20 6c16a58b5b7f38ce9e370eab160b516c058da6e2
eims-ui/apps/web-antd/src/views/eims/insp-st/data.tsx
@@ -10,20 +10,25 @@
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',
    label: '关键字'
  },
  {
    component: 'RangePicker',
    fieldName: 'planTime',
    label: '保养日期'
    label: '点检日期'
  },
  {
    component: 'Select',