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.
我正在使用 Pyrostreams,我有 2 个流:
城市和房间
房间有一个关系字段:城市。当我输出房间的输入表单时,我看到一个包含所有城市的下拉列表,但只显示它们的 ID。如何在关系下拉列表中显示特定字段(例如 city_name)?
来自 PyroCMS 论坛上的 Adam Fairholm:
您需要通过进入要显示的字段并选择将字段设置为标题列来设置流的标题列。显然,这仅适用于要显示文本的字段,因为它需要显示在下拉列表中。