From 3fa7cdec6ce44f07a0dc7e1910511ead606990f3 Mon Sep 17 00:00:00 2001 From: zhang <zc857179121@qq.com> Date: 星期四, 11 九月 2025 08:19:53 +0800 Subject: [PATCH] 1 --- zy-acs-flow/src/page/action/ActionList.jsx | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/zy-acs-flow/src/page/action/ActionList.jsx b/zy-acs-flow/src/page/action/ActionList.jsx index cc4c9b1..aa0c286 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>, @@ -141,7 +141,7 @@ > <StyledDatagrid preferenceKey='action' - bulkActionButtons={() => <BulkDeleteButton mutationMode={OPERATE_MODE} />} + bulkActionButtons={false} rowClick={(id, resource, record) => false} expand={() => <ActionPanel />} expandSingle={true} @@ -160,7 +160,7 @@ <TextField source="seqNum" /> </ReferenceField> {/* <TextField source="seqNum" label="table.field.action.seqNum" /> */} - <NumberField source="priority" label="table.field.action.priority" sortable={false} /> + <NumberField source="priority" label="table.field.action.priority" sortable={false} sx={{ fontWeight: 'bold' }} /> {/* <TextField source="name" label="table.field.action.name" /> */} <ReferenceField source="actionType" label="table.field.action.actionType" reference="actionType" link={false} sortable={false}> <TextField source="name" /> -- Gitblit v1.9.1