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-st/data.tsx | 42 +++++++++++++++++++++++++----------------- 1 files changed, 25 insertions(+), 17 deletions(-) diff --git a/eims-ui/apps/web-antd/src/views/eims/maint-st/data.tsx b/eims-ui/apps/web-antd/src/views/eims/maint-st/data.tsx index 973651d..99a7ee7 100644 --- a/eims-ui/apps/web-antd/src/views/eims/maint-st/data.tsx +++ b/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', -- Gitblit v1.9.3