From 0f2502acd1ffb7f8c6576f7bb68a1c6a9cd8b6e8 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期四, 19 九月 2024 10:33:14 +0800
Subject: [PATCH] #

---
 zy-acs-flow/src/page/operationRecord/OperationRecordList.jsx |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/zy-acs-flow/src/page/operationRecord/OperationRecordList.jsx b/zy-acs-flow/src/page/operationRecord/OperationRecordList.jsx
index 088c916..404ce17 100644
--- a/zy-acs-flow/src/page/operationRecord/OperationRecordList.jsx
+++ b/zy-acs-flow/src/page/operationRecord/OperationRecordList.jsx
@@ -51,6 +51,12 @@
     '& .RaDatagrid-row': {
         cursor: 'auto'
     },
+    '& .column-url': {
+        maxWidth: '16em',
+        overflow: 'hidden',
+        textOverflow: 'ellipsis',
+        whiteSpace: 'nowrap',
+    },
     '& .column-request': {
         maxWidth: '18em',
         overflow: 'hidden',
@@ -95,7 +101,7 @@
         ]}
     />,
     <ReferenceInput source="userId" reference="user">
-        <AutocompleteInput label="table.field.operationRecord.userId" optionText="nickname" />
+        <AutocompleteInput label="table.field.operationRecord.userId" optionText="nickname" filterToQuery={(val) => ({ nickname: val })} />
     </ReferenceInput>,
 
     <TextInput label="common.field.memo" source="memo" />,
@@ -168,7 +174,6 @@
             >
                 <OperationDetail
                     operation={drawerVal}
-                    setDrawerVal={setDrawerVal}
                 />
             </PageDrawer>
         </Box>

--
Gitblit v1.9.1