Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我这里有一个问题,我有一个只包含关系的实体,我需要在背包 crud 生成的表中显示实体的另一个字段而不是 id,请在下图中查看:
例如,总统是一个用户,我想显示该用户的名称而不是 id,有什么方法可以实现吗?谢谢。
最好的!
对于 1 到 n 关系,请使用选择列类型。
对于 ntn 关系,使用select_multiple列类型。
希望它可以帮助您找到正确的解决方案:)