前端项目实战肆拾-​react-admin+material ui-多表测试基本结构-外链关联表

我是歌谣 放弃很容易 但是坚持一定很酷 微信公众号关注前端小歌谣 带你加入前端巅峰人才交流群 

 <List resource="t_prod_category" filter={{code: mycode}}>
            <Datagrid>
                <TextField source = 'id' />
                <TextField source = 'code' />
                <ReferenceManyCount
                    label = "style"
                    reference="t_prod_style"
                    target = 'category_id'
                    link 
                />
            </Datagrid>
        </List>

 

posted @ 2023-07-13 09:17  前端导师歌谣  阅读(9)  评论(0)    收藏  举报  来源