From f14305edcd95800395e46b7aa5050801c77061c7 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期三, 25 九月 2024 16:32:27 +0800 Subject: [PATCH] # --- zy-acs-flow/src/page/action/ActionList.jsx | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/zy-acs-flow/src/page/action/ActionList.jsx b/zy-acs-flow/src/page/action/ActionList.jsx index dae0a72..cc4c9b1 100644 --- a/zy-acs-flow/src/page/action/ActionList.jsx +++ b/zy-acs-flow/src/page/action/ActionList.jsx @@ -160,14 +160,14 @@ <TextField source="seqNum" /> </ReferenceField> {/* <TextField source="seqNum" label="table.field.action.seqNum" /> */} - <NumberField source="priority" label="table.field.action.priority" /> + <NumberField source="priority" label="table.field.action.priority" sortable={false} /> {/* <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" /> </ReferenceField> - <TextField source="code" label="table.field.action.code" /> - <NumberField source="val" label="table.field.action.val" /> - <TextField source="params" label="table.field.action.params" /> + <TextField source="code" label="table.field.action.code" sortable={false} /> + <NumberField source="val" label="table.field.action.val" sortable={false} /> + <TextField source="params" label="table.field.action.params" sortable={false} /> <ReferenceField source="actionSts" label="table.field.action.actionSts" reference="actionSts" link={false} sortable={false}> <TextField source="name" /> </ReferenceField> -- Gitblit v1.9.1