From 987c645d41d3481b312d92611b3c0b1801d45f64 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期四, 26 九月 2024 08:09:18 +0800
Subject: [PATCH] #
---
zy-acs-flow/src/page/action/ActionList.jsx | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/zy-acs-flow/src/page/action/ActionList.jsx b/zy-acs-flow/src/page/action/ActionList.jsx
index cc4c9b1..3b42722 100644
--- a/zy-acs-flow/src/page/action/ActionList.jsx
+++ b/zy-acs-flow/src/page/action/ActionList.jsx
@@ -65,10 +65,10 @@
const filters = [
// <SearchInput source="condition" alwaysOn />,
+ <TextInput source="groupId" label="table.field.action.groupId" alwaysOn resettable />,
<ReferenceInput source="agvId" label="table.field.action.agvId" reference="agv" alwaysOn>
<AutocompleteInput label="table.field.action.agvId" optionText="uuid" filterToQuery={(val) => ({ uuid: val })} />
</ReferenceInput>,
- <TextInput source="groupId" label="table.field.action.groupId" alwaysOn resettable />,
<ReferenceInput source="busId" label="table.field.action.busId" reference="bus">
<AutocompleteInput label="table.field.action.busId" optionText="busNo" filterToQuery={(val) => ({ seqNum: val })} />
</ReferenceInput>,
--
Gitblit v1.9.1