前端项目实战肆拾-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>


浙公网安备 33010602011771号