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.
我必须创建一个标准视图,但我想显示与原始视图不同的列名。例如,此视图将包含“ID”字段,但我需要显示其列标题,如“订单号”。据我所知,Sharepoint 不允许您为特定视图选择字段的显示名称......我该怎么做?
也许创建计算的列,除了显示您想要“翻译”的每个字段的原始字段的内容之外什么都不做,然后将它们包含在新视图中?