From 453f63fd6cd6466222304df619e62b3a5667ca68 Mon Sep 17 00:00:00 2001 From: zhuguifei <zhuguifei@zhuguifeideiMac.local> Date: 星期二, 05 八月 2025 13:56:47 +0800 Subject: [PATCH] 修复0730测试问题 --- eims-ui/apps/web-antd/src/views/eims/maint-order/data.tsx | 33 +++++++++++++++++++++++---------- 1 files changed, 23 insertions(+), 10 deletions(-) diff --git a/eims-ui/apps/web-antd/src/views/eims/maint-order/data.tsx b/eims-ui/apps/web-antd/src/views/eims/maint-order/data.tsx index 724a93a..8604727 100644 --- a/eims-ui/apps/web-antd/src/views/eims/maint-order/data.tsx +++ b/eims-ui/apps/web-antd/src/views/eims/maint-order/data.tsx @@ -8,10 +8,31 @@ import { renderDict } from '#/utils/render'; export const querySchema: FormSchemaGetter = () => [ + // { + // component: 'Input', + // fieldName: 'equName', + // label: '璁惧鍚嶇О' + // }, { component: 'Input', - fieldName: 'equName', - label: '璁惧鍚嶇О' + fieldName: 'params.searchValue', + componentProps: { + placeholder: '璇疯緭鍏ユ爣棰樻垨璧勪骇缂栧彿' + }, + label: '鍏抽敭瀛�' + }, + { + component: 'RangePicker', + fieldName: 'planTime', + label: '淇濆吇鏃ユ湡' + }, + { + component: 'Select', + componentProps: { + options: getDictOptions(DictEnum.MAINT_ORDER_STATUS) + }, + fieldName: 'status', + label: '鐘舵��' }, { component: 'Input', @@ -50,14 +71,6 @@ }, fieldName: 'maintRule', label: '璁$畻瑙勫垯' - }, - { - component: 'Select', - componentProps: { - options: getDictOptions(DictEnum.MAINT_ORDER_STATUS) - }, - fieldName: 'status', - label: '鐘舵��' } ]; -- Gitblit v1.9.3