From dff45383c24a032b5665e4618cab1b6afac094b7 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期二, 24 九月 2024 09:45:40 +0800 Subject: [PATCH] # --- zy-acs-flow/src/page/task/TaskList.jsx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/zy-acs-flow/src/page/task/TaskList.jsx b/zy-acs-flow/src/page/task/TaskList.jsx index 55a2262..3c8c15b 100644 --- a/zy-acs-flow/src/page/task/TaskList.jsx +++ b/zy-acs-flow/src/page/task/TaskList.jsx @@ -68,8 +68,8 @@ <DateInput label='common.time.before' source="timeEnd" alwaysOn />, // <TextInput source="uuid" label="table.field.task.uuid" />, - <ReferenceInput source="busId" label="table.field.task.busId" reference="bus"> - <AutocompleteInput label="table.field.task.busId" optionText="seqNum" filterToQuery={(val) => ({ seqNum: val })} /> + <ReferenceInput source="busId" label="table.field.task.busId" reference="bus" > + <AutocompleteInput label="table.field.task.busId" optionText="busNo" filterToQuery={(val) => ({ seqNum: val })} /> </ReferenceInput>, <TextInput source="seqNum" label="table.field.task.seqNum" />, <NumberInput source="priority" label="table.field.task.priority" />, -- Gitblit v1.9.1