| | |
| | | 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', |
| | | fieldName: 'planTime', |
| | | label: '保养日期' |
| | | label: '点检日期' |
| | | }, |
| | | { |
| | | component: 'Select', |