From be5a3f5908888990967ee2da9eeb8bdf6d299cc1 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期四, 19 九月 2024 16:11:37 +0800 Subject: [PATCH] # --- zy-acs-flow/src/page/route/RouteList.jsx | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/zy-acs-flow/src/page/route/RouteList.jsx b/zy-acs-flow/src/page/route/RouteList.jsx index 2423b16..c87f27d 100644 --- a/zy-acs-flow/src/page/route/RouteList.jsx +++ b/zy-acs-flow/src/page/route/RouteList.jsx @@ -69,10 +69,10 @@ <TextInput source="uuid" label="table.field.route.uuid" />, <TextInput source="name" label="table.field.route.name" />, - <ReferenceInput source="startCode" label="table.field.route.startCode" reference="code"> + <ReferenceInput source="startCode" label="table.field.route.startCode" reference="code" alwaysOn> <AutocompleteInput label="table.field.route.startCode" optionText="data" filterToQuery={(val) => ({ data: val })} /> </ReferenceInput>, - <ReferenceInput source="endCode" label="table.field.route.endCode" reference="code"> + <ReferenceInput source="endCode" label="table.field.route.endCode" reference="code" alwaysOn> <AutocompleteInput label="table.field.route.endCode" optionText="data" filterToQuery={(val) => ({ data: val })} /> </ReferenceInput>, <TextInput source="codeArr" label="table.field.route.codeArr" />, @@ -83,6 +83,7 @@ { id: 1, name: '姝e悜' }, { id: 2, name: '鍙嶅悜' }, ]} + alwaysOn />, <TextInput label="common.field.memo" source="memo" />, -- Gitblit v1.9.1