前端项目实战肆佰叁拾玖-解决页面跳转的路由的问题

<List empty={<Empty />} disableAuthentication={false} actions={<CreateListActions solutionname={solutionname} isCreating={isCreating} handleCreate={handleCreate} />} resource='t_prod_step' filter={!solutionname ? {} : { proc_solution_id: solutionname }} exporter={false}>
          <Datagrid rowClick={'expand'} expandSingle={true} expand={StepEdit}>
            <ReferenceField source='machine_type_id' label='机械类型' reference="t_prod_machine_type" />
            <ReferenceField source='step_level_id' label='工序等级' reference="t_prod_step_level" />
            <ReferenceField source='part_id' label='部位' reference="t_prod_part" />
            <TextField source='step_no' label='编号' />
            <TextField source='stand_time' label='工时' />
            <TextField source='stand_price' label='工价' />
            <TextField source='step_desc' label='说明' />
          </Datagrid>
        </List>
 disableAuthentication={false}

posted @ 2023-09-20 08:57  前端导师歌谣  阅读(25)  评论(0)    收藏  举报  来源