amisadmin / fastapi-amis-admin

FastAPI-Amis-Admin is a high-performance, efficient and easily extensible FastAPI admin framework. Inspired by django-admin, and has as many powerful functions as django-admin.
http://docs.amis.work
Apache License 2.0
1.09k stars 161 forks source link

无法显示多对多关联关系的表单 #175

Open oubeichen opened 4 months ago

oubeichen commented 4 months ago

多对多的关联关系是不是目前没法自动生成表单

就算是官方给的 Demo,里面有 Article 和 Tag 是多对多关联关系,在界面上没法展示出这个关联关系的编辑界面。编辑 Article 的时候 tags 这个字段根本没展示出来。 正常来说应该做成类似 category_id 这样的,改成多选框就行。

https://github.com/amisadmin/fastapi-amis-admin-demo/blob/master/backend/apps/blog/models.py