| | |
| | | <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> |