From 8a545b65a8d29961543a8d66bab2dbec58e5f89c Mon Sep 17 00:00:00 2001 From: zhuguifei <312353457@qq.com> Date: 星期一, 24 二月 2025 14:35:52 +0800 Subject: [PATCH] 故障报修添加工具类型 --- eims-ui/apps/web-antd/src/views/eims/repair-req/data.tsx | 24 ++++++++++++++++++++++++ 1 files changed, 24 insertions(+), 0 deletions(-) diff --git a/eims-ui/apps/web-antd/src/views/eims/repair-req/data.tsx b/eims-ui/apps/web-antd/src/views/eims/repair-req/data.tsx index 3be5e5f..329226a 100644 --- a/eims-ui/apps/web-antd/src/views/eims/repair-req/data.tsx +++ b/eims-ui/apps/web-antd/src/views/eims/repair-req/data.tsx @@ -108,6 +108,12 @@ minWidth: 200 }, { + title: '璁惧鍚嶇О', + field: 'equName', + sortable: true, + minWidth: 120 + }, + { title: '鏁呴殰绫诲埆', field: 'faultType', minWidth: 100, @@ -183,6 +189,24 @@ } }, { + component: 'Input', + fieldName: 'fixtureName', + label: '宸ュ叿鍚嶇О', + dependencies: { + show: () => false, + triggerFields: [''] + } + }, + { + component: 'Input', + fieldName: 'fixtureId', + label: '宸ュ叿id', + dependencies: { + show: () => false, + triggerFields: [''] + } + }, + { component: 'Select', componentProps: { getPopupContainer, -- Gitblit v1.9.3